You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a way to track if defined hotkey is being held without manually checking heldKeys or heldCodes. Registered hotkeys are handling the order of pressed keys and character fallbacks but the heldKeys do not.
I suggest it can be tracked either via some sort of isHotkeyHeld function or the ability to define a callback that will run when hotkey is stopped being held (but this will only make sense for hotkeys with eventType: 'keydown')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to have a way to track if defined hotkey is being held without manually checking
heldKeysorheldCodes. Registered hotkeys are handling the order of pressed keys and character fallbacks but theheldKeysdo not.I suggest it can be tracked either via some sort of isHotkeyHeld function or the ability to define a callback that will run when hotkey is stopped being held (but this will only make sense for hotkeys with
eventType: 'keydown')Beta Was this translation helpful? Give feedback.
All reactions