1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

[ticket/12699] Add tab key to keymap

PHPBB3-12699
This commit is contained in:
brunoais
2014-06-13 12:08:03 +01:00
parent 1fdb47bb20
commit 2c70cec4fb

View File

@ -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
}; };