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
We should have a leader key behavior that allows you to add custom actions implemented for a certain sequence of keys pressed after the leader key behavior is triggered.
As noted above there's Nick's PR for a position-based version of this.
For something closer to Pete's syntax, I created a module at https://github.com/urob/zmk-leader-key. The biggest difference relative to Nick's PR is that it is keycode-based and allows multiple leader instances with distinct sequences.
We should have a leader key behavior that allows you to add custom actions implemented for a certain sequence of keys pressed after the leader key behavior is triggered.
QMK Docs: https://docs.qmk.fm/#/feature_leader_key
I would imagine there would be something like:
In your keymap, and you would customize the leader behavior registration itself, elsewhere in the keymap, e.g.:
The text was updated successfully, but these errors were encountered: