Deactivate sticky-shift cancel capsword

When typing fast, the `sticky_shift` macro applies shift to the second
instead of the next character.
This commit is contained in:
urob 2022-07-11 11:19:37 -04:00
parent ebfe3a2f47
commit 9dea35989c

View file

@ -138,7 +138,8 @@ TODOs and ISSUES
label = "STICKY_SHIFT_CAPSWORD";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&sticky_shift>, <&caps_word>, <CANCEL>;
// bindings = <&sticky_shift>, <&caps_word>, <CANCEL>;
bindings = <&sk LSHFT>, <&caps_word>, <CANCEL>;
};
};