Skip to content

Instantly share code, notes, and snippets.

View pbriggs28's full-sized avatar

sudo rm -rf / pbriggs28

View GitHub Profile
@arcadiogarcia
arcadiogarcia / key.code.js
Created July 1, 2017 17:06 — forked from DJDaveMark/key.code.js
JavaScript KEY_CODE constant KeyCode key code
const KEY_CODE = {
"BACKSPACE": 8,
"TAB": 9,
"ENTER": 13,
"SHIFT": 16,
"CTRL": 17,
"ALT": 18,
"PAUSE": 19,
"CAPS_LOCK": 20,
"ESCAPE": 27,