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

keypress not working in non US keyboards #486

Open
ashigl opened this issue Aug 21, 2020 · 0 comments
Open

keypress not working in non US keyboards #486

ashigl opened this issue Aug 21, 2020 · 0 comments

Comments

@ashigl
Copy link

ashigl commented Aug 21, 2020

Our application is using mousetrap 1.6.5
The shortcuts are working fine with US keyboard but is not working in non US keyboard like Russian. We tried following and both do not work:

Mousetrap.bind("c", callbackfunc);
Mousetrap.bind("c", callbackfunc, "keypress");

Please let us know how to fix this issue. We have customers complaining. TIA

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