Skip to content

Commit

Permalink
Add insert to left thumb key in NAV layer on Zaphod Lite.
Browse files Browse the repository at this point in the history
This makes dedicated shift unavailable in the nav layer, but the
sticky one is there on the right hand, and there had been no binding
for insert at all before.
  • Loading branch information
amacleod committed Oct 19, 2024
1 parent d0092b2 commit cce3033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/zaphod_lite.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ keymap {
// | ^Q | ^W | ^E | ^R | ^T | | Home| PgD | Up | PgU | Bks |
// | ^A | ^S | ^D | ^F | ^G | | End | Left| Down|Right| Ret |
// | ^Z | ^X | ^C | ^V | Del | | GUI | Ctrl|Shift| Alt | Tab |
// `-----------------|Layer| | |Base |SymLk|-----------------'
// `-----------------|Layer| Ins | |Base |SymLk|-----------------'
bindings = <
&kp LC(Q) &kp LC(W) &kp LC(E) &kp LC(R) &kp LC(T) &kp HOME &kp PG_DN &kp UP &kp PG_UP &kp BSPC
&kp LC(A) &kp LC(S) &kp LC(D) &kp LC(F) &kp LC(G) &kp END &kp LEFT &kp DOWN &kp RIGHT &kp RET
&kp LC(Z) &kp LC(X) &kp LC(C) &kp LC(V) &kp DEL &sk RGUI &sk RCTRL &sk RSHIFT &sk LALT &kp TAB
&none &trans &tog NAV &to SYM
&none &kp INS &tog NAV &to SYM
>;
display-name = "NAV";
};
Expand Down

0 comments on commit cce3033

Please sign in to comment.