jaywcjlove / hotkeys-js

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

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

Repository from Github https://github.comjaywcjlove/hotkeys-jsRepository from Github https://github.comjaywcjlove/hotkeys-js

Is it possible to ignore extra keys?

sotasan opened this issue · comments

I have a hotkey set to command+s and I press command+v shortly before it, because I want to insert text, then the command+sshortcut is being ignored, because it tries to execute command+v+s. Is there a way to ignore extra keys pressed?

I just found out, that the *is supported.

Unfourtunately the combination with the asterisk doesn't work, because now the hotkey is triggered everytime regardless of the key combination.