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.
2 parents 3267b00 + 37106c9 commit 693bcb2Copy full SHA for 693bcb2
lib/keyboard_utils.coffee
@@ -19,7 +19,7 @@ KeyboardUtils =
19
unless Settings.get "ignoreKeyboardLayout"
20
key = event.key
21
else unless event.code
22
- key = ""
+ key = event.key ? "" # Fall back to event.key (see #3099).
23
else if event.code[...6] == "Numpad"
24
# We cannot correctly emulate the numpad, so fall back to event.key; see #2626.
25
0 commit comments