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

Does not recognize custom key prefix #4

Open
cfiske opened this issue Nov 6, 2020 · 0 comments
Open

Does not recognize custom key prefix #4

cfiske opened this issue Nov 6, 2020 · 0 comments

Comments

@cfiske
Copy link

cfiske commented Nov 6, 2020

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.

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

No branches or pull requests

1 participant