Skip to content

Keycode overlap #14

@brynnperit

Description

@brynnperit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions