We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f216211 commit a23eda0Copy full SHA for a23eda0
src/ui-scripts/actions/keyidentifier.js
@@ -5,7 +5,7 @@
5
6
/* private */
7
8
- var EXCEPTIONS = ["Backspace", "Tab", "Enter", "Spacebar"];
+ var EXCEPTIONS = ["Backspace", "Esc", "Tab", "Enter", "Spacebar"];
9
10
this._named_shortcuts = {};
11
this._char_shortcuts = {};
0 commit comments