Skip to content

Instantly share code, notes, and snippets.

@VovanR
Created March 20, 2017 10:01
Show Gist options
  • Select an option

  • Save VovanR/b2646f352f7c998ad1a13ac1c50ec508 to your computer and use it in GitHub Desktop.

Select an option

Save VovanR/b2646f352f7c998ad1a13ac1c50ec508 to your computer and use it in GitHub Desktop.

Revisions

  1. VovanR created this gist Mar 20, 2017.
    6 changes: 6 additions & 0 deletions key-codes.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    const KEY_CODES = {
    BACKSPACE: 8,
    DELETE: 46,
    };

    export default KEY_CODES;