Skip to content

Commit

Permalink
Changed NUM to use KP_ENTER instead of RET, so RET from NAV will canc…
Browse files Browse the repository at this point in the history
…el it
  • Loading branch information
ldebritto committed Nov 7, 2024
1 parent b81f0af commit 2c2ddd8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
continue-list = <
COLON DOT COMMA
SLASH MINUS PLUS ASTRK EQUAL
BSPC
TAB RETURN
BSPC DEL
TAB KP_ENTER
>;
ignore-modifiers;
};
Expand Down Expand Up @@ -283,10 +283,10 @@

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

Expand Down

0 comments on commit 2c2ddd8

Please sign in to comment.