Skip to content

Commit

Permalink
Added SPACE to left_hand thumb on NAV for mouse editing
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Feb 6, 2025
1 parent 391ec04 commit 85f4a93
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
require-prior-idle-ms = <200>;
};

left_hand_delete {
bindings = <&kp DEL>;
key-positions = <21 23>;
require-prior-idle-ms = <200>;
};

// Layer toggles and other gimmickry

toggle_nav_for_extended_edits {
Expand Down Expand Up @@ -322,7 +328,7 @@
&kp TAB &swapper &kp LS(LC(TAB)) &kp LC(TAB) &kp LG(RBKT) &kp PG_UP &kp HOME &kp UP &kp END &kp BSPC
&sk LCTRL &sk LALT &sk LSHFT &sk LGUI &kp LG(LBKT) &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp RET
&hrml GLOBE LG(Z) &kp LG(X) &kp LG(C) &kp LG(V) &kp F18 &playnp &kp F19 &vb_dn &vb_up &kp DEL
&trans &trans &trans &trans
&trans &kp SPACE &trans &trans
>;
};

Expand Down

0 comments on commit 85f4a93

Please sign in to comment.