This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Commit 454aa3b
Nathan Sobo
Restore ability to bind dead keys on macOS
A previous fix for IME input bails out of keystroke handling if the
legacy keyCode property is 229. Unfortunately, this is also the value
of keyCode for keystrokes like alt-u, which don’t pop up the IME menu.
These keystrokes should be handled normally. It seems like the best way
to distinguish these keys from the IME case is that their key value is
‘Dead’.1 parent 8181625 commit 454aa3b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| |||
0 commit comments