Skip to content

Commit

Permalink
NUM will disable on any right hand key
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Oct 29, 2024
1 parent f64a921 commit cd5b342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@

NUM {
bindings = <
&kp TAB &kp N7 &kp N8 &kp N9 &kp COLON &none &none &none &none &none
&kp N0 &kp N4 &kp N5 &kp N6 &sl SYM &none &none &none &none &none
&kp COMMA &kp N1 &kp N2 &kp N3 &kp DOT &none &none &none &none &none
&trans &kp RET &none &trans
&kp TAB &kp N7 &kp N8 &kp N9 &kp COLON &tog NUM &tog NUM &tog NUM &tog NUM &tog NUM
&kp N0 &kp N4 &kp N5 &kp N6 &sl SYM &tog NUM &tog NUM &tog NUM &tog NUM &tog NUM
&kp COMMA &kp N1 &kp N2 &kp N3 &kp DOT &tog NUM &tog NUM &tog NUM &tog NUM &tog NUM
&trans &kp RET &trans &trans
>;
};

Expand Down

0 comments on commit cd5b342

Please sign in to comment.