Skip to content

Commit

Permalink
Alfred Universal Actions combo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Nov 26, 2024
1 parent c65fc59 commit 18cd930
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

left_hand_esc {
bindings = <&kp ESCAPE>;
key-positions = <1 2 3>; //
key-positions = <1 2 3>;
require-prior-idle-ms = <200>;
};

Expand All @@ -57,7 +57,13 @@

left_hand_backspace {
bindings = <&kp BSPC>;
key-positions = <11 13>; // SF
key-positions = <11 13>;
require-prior-idle-ms = <200>;
};

alfred_universal_actions {
bindings = <&kp LC(LS(BACKSLASH))>;
key-positions = <6 7 8>;
require-prior-idle-ms = <200>;
};

Expand Down

0 comments on commit 18cd930

Please sign in to comment.