Skip to content

Releases: Scottie35/PikaJS-Hotkeys

PikaJS Hotkeys v1.3.0

23 Nov 11:40
b2ddfb2
Compare
Choose a tag to compare

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

29 May 14:26
045661a
Compare
Choose a tag to compare

Update another bug in ._on()!

PikaJS Hotkeys v1.1.0

29 May 12:38
c3fbab2
Compare
Choose a tag to compare

Updated ._on() to match changes in PikaJS v3.1.0

PikaJS Hotkeys v1.0.1

24 Mar 12:02
a03739c
Compare
Choose a tag to compare

Fix bug in ._on related to mouseenter/mouseleave;
Fix named delegated event listeners for mouse/keyboard events

PikaJS Hotkeys v1.0

08 Feb 12:50
9207094
Compare
Choose a tag to compare

v1.0 of the Hotkeys plugin for PikaJS that is only 1.99KB minified!!