fix(caps-mod): fix errant modifier taps and dummy keypress for combos #10

Merged
rootiest merged 4 commits from fix/caps-mod into main 2026-04-11 04:52:42 +00:00
Owner

Two fixes for the CAPS_MOD key on Q5 Max:

  • Prevent errant modifier taps firing on release
  • Implement a dummy keypress so CAPS_MOD combos resolve correctly
Two fixes for the CAPS_MOD key on Q5 Max: - Prevent errant modifier taps firing on release - Implement a dummy keypress so CAPS_MOD combos resolve correctly
rootiest added 4 commits 2026-04-11 04:52:04 +00:00
Prevents modifiers (GUI and ALT) from firing a tap signal when they are
used in conjunction with the CAPS_MOD key.
Send KC_F24 when modifiers are used with CAPS_MOD to avoid the modifiers
being treated as lone taps.
Session file is only relevant during development and unique to the local
machine.
rootiest changed target branch from chore/dict to main 2026-04-11 04:52:37 +00:00
rootiest merged commit 287a0d1cbc into main 2026-04-11 04:52:42 +00:00
Sign in to join this conversation.