mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +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.
|
// define a couple constants for keydown functions.
|
||||||
var keymap = {
|
var keymap = {
|
||||||
|
TAB: 9,
|
||||||
ENTER: 13,
|
ENTER: 13,
|
||||||
ESC: 27
|
ESC: 27
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue