-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Helper for transforming key presses into sequence strings #158
Comments
An interesting idea, @AndriySvyryd. This may be possible with a little modification. |
If I am interpreting how that particular mousetrap plugin works correctly, I am not sure I like its approach. It appears that it simply waits for 1 second after the last key event before assuming that the user is done pressing keys, and setting the new key combination or sequence. I think I'd prefer a more explicit action, so as clicking a "Done" button (which would trigger a callback to tell Would that work for your application, @AndriySvyryd? |
@greena13 For my application only a single key combination is needed at a time, so it would work best if it stopped recording on the last |
This feature is now available in v2.0.0-pre8. |
This would be used to redefine hotkeys at runtime.
Something similar to https://github.com/ccampbell/mousetrap/tree/master/plugins/record
The text was updated successfully, but these errors were encountered: