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:
parent
ebfe3a2f47
commit
9dea35989c
1 changed files with 2 additions and 1 deletions
|
@ -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>;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue