feature(modifiers): add explicit modifiers
this makes LS(LEFT_CONTROL) work as if shift and control were both pressed explicitly. Previously, the left shift would have been released as soon as another key was pressed. The implicit behavior is useful in case of LS(NUMBER_1) when rolling over to other keys. Also see #361.
This commit is contained in:
parent
0c30b49063
commit
7b7701ae90
83 changed files with 425 additions and 336 deletions
|
|
@ -0,0 +1,4 @@
|
|||
s/.*hid_listener_keycode_//p
|
||||
s/.*hid_register_mod/reg/p
|
||||
s/.*hid_unregister_mod/unreg/p
|
||||
s/.*zmk_hid_.*Modifiers set to /mods: Modifiers set to /p
|
||||
Loading…
Add table
Add a link
Reference in a new issue