jaywcjlove / hotkeys-js

➷ A robust Javascript library for capturing keyboard input. It has no dependencies.
https://jaywcjlove.github.io/hotkeys-js
MIT License
6.66k stars 410 forks source link

Make it so `unbind('')` does not remove all event handlers #372

Closed srmagura closed 2 years ago

srmagura commented 2 years ago

See this issue, https://github.com/JohannesKlauss/react-hotkeys-hook/issues/754, for why this change is necessary.

jaywcjlove commented 2 years ago

@srmagura thx!