Skip to content

Commit

Permalink
control alt left
Browse files Browse the repository at this point in the history
  • Loading branch information
EricNeiman committed Mar 19, 2024
1 parent 0956d5d commit b01ec3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boards/shields/esplit/esplit.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
<&macro_tap &kp R>,
<&macro_release &kp LCTRL &kp LSHIFT>;
};
ctrl_alt_left: ctrl_alt_left {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&macro_press &kp LCTRL &kp LALT>,
<&macro_tap &kp LEFT>,
<&macro_release &kp LCTRL &kp LALT>;
};
};
};

Expand Down

0 comments on commit b01ec3c

Please sign in to comment.