Skip to content

Commit

Permalink
Adding the alt-tab combo keys to the list of ignored positions.
Browse files Browse the repository at this point in the history
This ought to prevent it from interrupting itself.
  • Loading branch information
amacleod committed Nov 4, 2024
1 parent e8e0461 commit a3fedb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/zaphod_lite.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ combos {
key-positions = <LT0 LB0 RT0 RB0>;
bindings = <&bootloader>;
};
// Top right hand inner two keys for alt-tab tri-state.
combo_alt_tab {
timeout-ms = <50>;
key-positions = <RT0 RT1>;
bindings = <&alt_tab>;
};
};

behaviors {
Expand Down Expand Up @@ -148,6 +154,7 @@ behaviors {
compatible = "zmk,behavior-tri-state";
#binding-cells = <0>;
bindings = <&kt LALT>, <&kp TAB>, <&kt LALT>;
ignored-key-positions = <RT0 RT1>;
};
};

Expand Down

0 comments on commit a3fedb5

Please sign in to comment.