hotkey 0.1.2
hotkey: ^0.1.2 copied to clipboard
A library that enables the binding of hotkeys (keyboard shortcuts) to [Element]'s or [Function]'s.
0.1.2 #
- [Bug fix] Reset the pointer when reaching a disabled target (input or button)
0.1.1 #
- Added Shadow DOM support (
event.targetreturns the custom element, not the actual focused element that is inside the shadow tree of that custom element) - Properly handled disabled targets (input and button)
0.1.0 #
- Initial version