Skip to content

Commit

Permalink
feat(KeyContainer): Add Escape support to KeyContainer
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
dannysellers committed Nov 27, 2017
1 parent 70bee1e commit 994825b
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 @@ -77,6 +77,7 @@ export class KeyContainer {
'shift': 16,
'ctrl': 17,
'alt': 18,
'esc': 27,

// navigation
'left': 37,
Expand Down

0 comments on commit 994825b

Please sign in to comment.