Skip to content

Commit

Permalink
Switches arrow and PG{UP,DOWN} combos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored Mar 5, 2024
1 parent f083ffd commit d5123ae
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,16 @@ behaviors {
};

// LHS 4-key combos
combo4_shifttab {
combo4_left {
timeout-ms = <50>;
key-positions = <0 1 2 3>;
bindings = <&kp LS(TAB)>;
bindings = <&kp LEFT>;
layers = <0 1 2 3>;
};
combo4_shiftenter {
combo4_right {
timeout-ms = <50>;
key-positions = <1 2 3 4>;
bindings = <&kp LS(ENTER)>;
bindings = <&kp RIGHT>;
layers = <0 1 2 3>;
};

Expand All @@ -173,16 +173,16 @@ behaviors {
layers = <0 1 2 3>;
};

combo4_left {
combo4_shifttab {
timeout-ms = <50>;
key-positions = <20 21 22 23>;
bindings = <&kp LEFT>;
bindings = <&kp LS(TAB)>;
layers = <0 1 2 3>;
};
combo4_right {
combo4_shiftenter {
timeout-ms = <50>;
key-positions = <21 22 23 24>;
bindings = <&kp RIGHT>;
bindings = <&kp LS(ENTER)>;
layers = <0 1 2 3>;
};

Expand Down Expand Up @@ -312,16 +312,16 @@ behaviors {
};

// RHS 4-key combos
combo4_pgup {
combo4_up {
timeout-ms = <50>;
key-positions = <5 6 7 8>;
bindings = <&kp PGUP>;
bindings = <&kp UP>;
layers = <0 1 2 3>;
};
combo4_pgdn {
};
combo4_down {
timeout-ms = <50>;
key-positions = <6 7 8 9>;
bindings = <&kp PGDN>;
bindings = <&kp DOWN>;
layers = <0 1 2 3>;
};

Expand All @@ -338,16 +338,16 @@ behaviors {
layers = <0 1 2 3>;
};

combo4_up {
combo4_pgup {
timeout-ms = <50>;
key-positions = <25 26 27 28>;
bindings = <&kp UP>;
bindings = <&kp PGUP>;
layers = <0 1 2 3>;
};
combo4_down {
};
combo4_pgdn {
timeout-ms = <50>;
key-positions = <26 27 28 29>;
bindings = <&kp DOWN>;
bindings = <&kp PGDN>;
layers = <0 1 2 3>;
};

Expand Down Expand Up @@ -414,7 +414,7 @@ behaviors {
&kp C_MUTE &kp PG_DN &kp PG_UP &kp C_PP &kp ENTER &kp F12 &kp HOME &kp PG_UP &kp PG_DN &kp END
&hm LALT INS &hm LGUI RET &hm LSHFT TAB &hm LCTRL ESC &kp DEL &kp BSPC &kp LEFT &kp UP &kp DOWN &kp RIGHT
&kp LC(Z) &kp LC(X) &kp LC(C) &kp LC(V) &kp LC(K) &kp BSLH &kp EQUAL &trans &trans &trans
&trans &trans &kp TAB &kp ENTER &lt 4 SPACE &trans
&trans &trans &kp TAB &lt 3 ENTER &lt 4 SPACE &sk SHIFT
>;
};

Expand Down

0 comments on commit d5123ae

Please sign in to comment.