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
Is your feature request related to a problem? Please describe.
The library supports sequences, and chords, which is great for triggering distinct actions in an application.
Suppose you had a ctrl+c hotkey, for copying. Makes sense to everyone, and is intuitive. What if you wanted to display a context menu or carry out an "advanced" execution of the same action?
Perhaps an answer to providing another "dimension" to hotkeys could be a long-press scenario, similar to how long-pressing/holding on mobile devices is a distinct action over a tap.
Describe the solution you'd like
Support for long-press hotkey declarations and configurable durations. I'm not sure what this could look like yet, if you wanted duration configuration at the hotkey-level.
Describe alternatives you've considered
Application-level mapping of repeating hotkey combos, such as hhhhhh to mean a long press hotkey.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The library supports sequences, and chords, which is great for triggering distinct actions in an application.
Suppose you had a
ctrl+c
hotkey, for copying. Makes sense to everyone, and is intuitive. What if you wanted to display a context menu or carry out an "advanced" execution of the same action?Perhaps an answer to providing another "dimension" to hotkeys could be a long-press scenario, similar to how long-pressing/holding on mobile devices is a distinct action over a tap.
Describe the solution you'd like
Support for long-press hotkey declarations and configurable durations. I'm not sure what this could look like yet, if you wanted duration configuration at the hotkey-level.
Describe alternatives you've considered
Application-level mapping of repeating hotkey combos, such as
hhhhhh
to mean a long press hotkey.The text was updated successfully, but these errors were encountered: