Skip to content

Instantly share code, notes, and snippets.

@VovanR
Created March 20, 2017 10:01
Show Gist options
  • Save VovanR/b2646f352f7c998ad1a13ac1c50ec508 to your computer and use it in GitHub Desktop.
Save VovanR/b2646f352f7c998ad1a13ac1c50ec508 to your computer and use it in GitHub Desktop.
KEY_CODES
const KEY_CODES = {
BACKSPACE: 8,
DELETE: 46,
};
export default KEY_CODES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment