You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: