Replies: 1 comment
-
This was pretty easy to implement in KBVM since KBVM already supports all key behaviors and RedirectKey. Some minor refactoring was required to allow key behaviors to manipulate modifiers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wouldn’t be great to have QMK’s repeat key built-in?
This is borderline, as xkbcommon is aimed at basic keyboard handling. Nevertheless, replaying last keys does not seems totally out of reach either1.
Food for thought.
@mahkoh
Footnotes
This would require first implementing the
RedirectKey()
action though, i.e. a new state API. ↩Beta Was this translation helpful? Give feedback.
All reactions