Releases: Scottie35/PikaJS-Hotkeys
Releases · Scottie35/PikaJS-Hotkeys
PikaJS Hotkeys v1.3.0
New release that allows passing in multiple keystrokes at once, like "ctrl+b, space, ctrl-c". That means you no longer need 3 calls to ._on
, but only one! The callback to ._on
is now passed two variables: (event, keystroke). Simply filter by 'keystroke' in your callback, and do something different for "ctrl+b", "space", etc.
PikaJS Hotkeys v1.2.0
Update another bug in ._on()!
PikaJS Hotkeys v1.1.0
Updated ._on() to match changes in PikaJS v3.1.0
PikaJS Hotkeys v1.0.1
Fix bug in ._on
related to mouseenter/mouseleave;
Fix named delegated event listeners for mouse/keyboard events
PikaJS Hotkeys v1.0
v1.0 of the Hotkeys plugin for PikaJS that is only 1.99KB minified!!