Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keycode overlap #14

Open
brynnperit opened this issue Jun 15, 2012 · 0 comments
Open

Keycode overlap #14

brynnperit opened this issue Jun 15, 2012 · 0 comments

Comments

@brynnperit
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant