mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/12699] Add tab key to keymap
PHPBB3-12699
This commit is contained in:
parent
1fdb47bb20
commit
2c70cec4fb
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ phpbb.alertTime = 100;
|
|||
|
||||
// define a couple constants for keydown functions.
|
||||
var keymap = {
|
||||
TAB: 9,
|
||||
ENTER: 13,
|
||||
ESC: 27
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue