mousetrap
mousetrap copied to clipboard
Simple library for handling keyboard shortcuts in Javascript
Please add the following to var _MAP: 19: 'pause',
**Issue** keypress event is deprecated and will be removed from the web standard soon **Expected Behaviour** We should either use [keydown ](https://developer.mozilla.org/en-US/docs/Web/API/Element/keydown_event)or [beforeinput](https://developer.mozilla.org/en-US/docs/Web/API/Element/beforeinput_event)
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...