Development tools : Keyboard support : Supported key combinations
  
Supported key combinations
Function keys: F1-F12
Number and letter keys: [0-9, a-z, A-Z, SPACE]
Arrow keys: UP, DOWN, LEFT, RIGHT
Number pad keys:
[0-9],
NUMPAD_MULTIPLY: 106,
NUMPAD_PLUS: 107,
NUMPAD_ENTER: 108,
NUMPAD_MINUS: 109,
NUMPAD_PERIOD: 110,
NUMPAD_DIVIDE: 111,
Other keys listed in dojo.keys, for example:
TAB: 9,
ENTER: 13,
END: 35,
PAUSE: 19,
CAPS_LOCK: 20,
ESCAPE: 27,
HOME: 36,
PAGE_UP: 33,
PAGE_DOWN: 34,
INSERT: 45,
DELETE: 46,
NUM_LOCK,
SCROLL_LOCK: 145,
Modifier keys: ctrl, shift, alt, metaKey(for Mac OS)
This graphic is described in the surrounding text.
Go up to
Keyboard support