You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dispatcher.test.js, hanja and kanji have the same keycode of 0x19. This is probably a bug, as the order of keys is ['FINAL', 0x18],
['HANJA', 0x19],
['KANJI', 0x19],
['ESCAPE', 0x1B],
So Kanji should probably be 0x1A
The text was updated successfully, but these errors were encountered:
In dispatcher.test.js, hanja and kanji have the same keycode of 0x19. This is probably a bug, as the order of keys is ['FINAL', 0x18],
['HANJA', 0x19],
['KANJI', 0x19],
['ESCAPE', 0x1B],
So Kanji should probably be 0x1A
The text was updated successfully, but these errors were encountered: