- Notifications
You must be signed in to change notification settings - Fork153
Ability for Leader Key style keys#1138
-
similar to how VI does it, but also applications like Atlassian Confluence, you can do a leader key style navigation (also called gmail style sequences in mousetrap): |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 1 reply
-
Yes, I like that idea very much. I need to get version 5 through the door first, though, to have a stable key parsing and getting rid of the whole keyboard layout confusion. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Do you know of a OSS implementation of this listening style? Does it have a threshold on when the first key gets abandoned if no other key gets pressed? |
BetaWas this translation helpful?Give feedback.
All reactions
-
https://github.com/ccampbell/mousetrap It looks like it just keeps a running sequence until it hits a match: https://github.com/ccampbell/mousetrap/blob/master/mousetrap.js#L681 |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
