Skip to content

Commit

Permalink
Finally fixed overlapping combos, should now work
Browse files Browse the repository at this point in the history
  • Loading branch information
Herschenglime committed Jul 27, 2023
1 parent e3d6e47 commit ba65983
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -247,18 +247,6 @@ continue-list = <UNDERSCORE BSPC MINUS>;
bindings = <&kp RALT>;
};

one_shot_shift_l {
timeout-ms = <50>;
key-positions = <11 12 13>;
bindings = <&sk LSHIFT>;
};

one_shot_shift_r {
timeout-ms = <50>;
key-positions = <16 17 18>;
bindings = <&sk LSHIFT>;
};

alt_tab {
timeout-ms = <50>;
key-positions = <30 31>;
Expand All @@ -283,15 +271,9 @@ continue-list = <UNDERSCORE BSPC MINUS>;
bindings = <&kp LG(LC(RET))>;
};

summon_terminal_bad {
timeout-ms = <50>;
key-positions = <16 17 18>;
bindings = <&kp LG(LA(T))>;
};

summon_terminal {
timeout-ms = <50>;
key-positions = <26 27 28>;
key-positions = <16 17 18>;
bindings = <&kp LG(LA(T))>;
};

Expand Down

0 comments on commit ba65983

Please sign in to comment.