#[solved] sticky shift when tapped and ALT when held

1 messages · Page 1 of 1 (latest)

sour thistle
#

Is there a way to have sticky shift when tapped and ALT when held on a key? I have been trying mod-morphs, hold-tap but nothing seems to work.

tame blaze
#

Hold tap should work, please share what you tried and didn't work.

sour thistle
#
            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