Skip to content

Instantly share code, notes, and snippets.

@skanne
Created March 12, 2014 10:47
Show Gist options
  • Save skanne/9504581 to your computer and use it in GitHub Desktop.
Save skanne/9504581 to your computer and use it in GitHub Desktop.
keyCode object with typical keys
keyCode: {
BACKSPACE: 8
, TAB: 9
, ENTER: 13
, ESCAPE: 27
, SPACE: 32
, PAGE_UP: 33
, PAGE_DOWN: 34
, END: 35
, HOME: 36
, LEFT: 37
, UP: 38
, RIGHT: 39
, DOWN: 40
, DELETE: 46
, COMMA: 188
, SHIFT: 16
, CTRL: 17
, ALT: 18
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment