Skip to content

Does not recognize custom key prefix #4

Open
@cfiske

Description

@cfiske

The current RegExp for matching keys only matches the prefix of an original key (cccccc). If you set a custom key that prefix changes to vvcccc (and kkjjjj for Dvorak) and is not recognized.

I think it should be as simple as adjusting the prefix part of the respective RegExp to (cc|vv)cccc and (jj|kk)jjjj but I am not much of a JavaScript/CoffeeScript guy.

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