Skip to content

Commit a23eda0

Browse files
author
p01
committed
Fix for DFL-3668, Esc key does not work
1 parent f216211 commit a23eda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-scripts/actions/keyidentifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/* private */
77

8-
var EXCEPTIONS = ["Backspace", "Tab", "Enter", "Spacebar"];
8+
var EXCEPTIONS = ["Backspace", "Esc", "Tab", "Enter", "Spacebar"];
99

1010
this._named_shortcuts = {};
1111
this._char_shortcuts = {};

0 commit comments

Comments
 (0)