jaywcjlove / hotkeys-js

➷ A robust Javascript library for capturing keyboard input. It has no dependencies.

Home Page:https://jaywcjlove.github.io/hotkeys-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use hotkeys once for current state

goldingdamien opened this issue · comments

How to use hotkeys once using the currently pressed keys?
Ideally, a function like hotkeys.once(keys, function() {}) would be used. ※ No need for scoping.

Regards.