Skip to content

Commit

Permalink
feat(KeyContainer): Support 'escape'
Browse files Browse the repository at this point in the history
Add long-form 'escape' key name to KeyContainer. Connects #18
  • Loading branch information
dannysellers committed Nov 28, 2017
1 parent 994825b commit bfc62aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/key-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export class KeyContainer {
'ctrl': 17,
'alt': 18,
'esc': 27,
'escape': 27,

// navigation
'left': 37,
Expand Down

0 comments on commit bfc62aa

Please sign in to comment.