Update excluded keys

pull/3393/head
Andrew Watkins 2018-05-07 14:58:15 -07:00
parent eebb8ff6cb
commit 45eb370633
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export const EXCLUDED_KEYS = [
'Enter', 'Enter',
'Shift', 'Shift',
'Ctrl', 'Ctrl',
'Control',
'Alt', 'Alt',
'Pause', 'Pause',
'Capslock', 'Capslock',
@ -51,5 +52,6 @@ export const EXCLUDED_KEYS = [
'Graveaccent', 'Graveaccent',
'Backslash', 'Backslash',
'Quote', 'Quote',
'Meta',
' ', ' ',
] ]