mousetrap icon indicating copy to clipboard operation
mousetrap copied to clipboard

keypress not working in non US keyboards

Open ashigl opened this issue 3 years ago • 0 comments

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

ashigl avatar Aug 21 '20 01:08 ashigl