From 9dea35989cbdc45dea7848fc13aa01f72e44b837 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Mon, 11 Jul 2022 11:19:37 -0400 Subject: [PATCH] Deactivate sticky-shift cancel capsword When typing fast, the `sticky_shift` macro applies shift to the second instead of the next character. --- config/base.keymap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/base.keymap b/config/base.keymap index d4dbe46..d99e9d8 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -138,7 +138,8 @@ TODOs and ISSUES label = "STICKY_SHIFT_CAPSWORD"; #binding-cells = <0>; tapping-term-ms = <200>; - bindings = <&sticky_shift>, <&caps_word>, ; + // bindings = <&sticky_shift>, <&caps_word>, ; + bindings = <&sk LSHFT>, <&caps_word>, ; }; };