Closed bichotll closed 6 years ago
I want to include Keypress in a little comparison between different keybindings libraries I'm making: https://keys-test.lark.cloud/?library=Combokeys&keystring=M1%2520s
but I can't include it because of this bug, it interferes with the other libs when you can't unbind things.
I have created PR #137 to fix this issue.
Will be fixed in the .5 release
Hi, I came across with an annoying bug. Shortcuts with "meta" can not be unregistered. At first I thought it was a problem with my script :/
In any case, I've created a demo so you can reproduce it: http://jsbin.com/xajipev/edit?html,js,console,output On it you can register/unregister 2 meta/ctrl shortcuts and compare the result/behaviour with the console.
I will review it myself if I have any time...