From a9788caff57e1cf74f54a9262e96ab85a03e6618 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 14 May 2023 11:03:18 -0400 Subject: fix modifier --- config/base.keymap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/base.keymap b/config/base.keymap index a61a9e1..6b30f1e 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -78,7 +78,7 @@ global-quick-tap-ms = <100>; key-positions = ; layers = ; - bindings = <&hm_left LA(LCTRL) LC(B)>; + bindings = <&hm_left LS(LCTRL) LC(B)>; }; combo_q_c_c { @@ -94,7 +94,7 @@ global-quick-tap-ms = <100>; key-positions = ; layers = ; - bindings = <&hm_left LA(LCTRL) LC(X)>; + bindings = <&hm_left LS(LCTRL) LC(X)>; }; combo_d_c_c { @@ -118,7 +118,7 @@ global-quick-tap-ms = <100>; key-positions = ; layers = ; - bindings = <&hm_right LA(LCTRL) RET>; + bindings = <&hm_right LS(LCTRL) RET>; }; combo_bspc { -- cgit v1.2.3