fix(behaviors): Capture mods for &key_repeat
* When tracking the last keycode, also capture the currently held explicit modifiers to use when replaying the key later.
This commit is contained in:
parent
70bb7c9334
commit
52b1fd5dd3
5 changed files with 32 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
default_layer {
|
||||
bindings = <
|
||||
&key_repeat &kp A
|
||||
&kp B &kp C_VOL_UP
|
||||
&kp LCTRL &kp C_VOL_UP
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue