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:
Peter Johanson
2021-11-29 15:41:22 +00:00
committed by Pete Johanson
parent 70bb7c9334
commit 52b1fd5dd3
5 changed files with 32 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
default_layer {
bindings = <
&key_repeat &kp A
&kp B &kp C_VOL_UP
&kp LCTRL &kp C_VOL_UP
>;
};
};