Skip to content

Commit

Permalink
fix alt tab combo
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Sep 18, 2024
1 parent e8550fe commit f6bd732
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,21 @@

label = "MACRO_HOLD_SHIFT";
};

macro_alt_tab: macro_alt_tab {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
<&macro_press>,
<&kp LEFT_ALT>,
<&macro_tap>,
<&kp TAB>,
<&macro_pause_for_release>,
<&macro_release>,
<&kp LEFT_ALT>;

label = "MACRO_ALT_TAB";
};
};

combos {
Expand Down Expand Up @@ -357,7 +372,7 @@
};

alt_tab_combo {
bindings = <&kp LA(TAB)>;
bindings = <&macro_alt_tab>;
key-positions = <29 50>;
layers = <0>;
};
Expand Down

0 comments on commit f6bd732

Please sign in to comment.