Skip to content

Commit

Permalink
add delete key (46) alias
Browse files Browse the repository at this point in the history
  • Loading branch information
staypuft3 committed Nov 10, 2016
1 parent 29c5a03 commit f6c6c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/keys.js
Expand Up @@ -2,6 +2,8 @@

const Keys = {
backspace: 8,
del: 46,
delete: 46,
tab: 9,
enter: 13,
'return': 13,
Expand Down

0 comments on commit f6c6c01

Please sign in to comment.