#[solved] sticky shift when tapped and ALT when held
1 messages · Page 1 of 1 (latest)
Hold tap should work, please share what you tried and didn't work.
compatible = "zmk,behavior-hold-tap";
label = "alt_ss";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <150>;
bindings = <&kp>, <&sk>;
};
i tried hold-tap again and now it worked somehow, no idea what I changed from last time. thank you