Skip to content

Commit

Permalink
Removed KP_COMMA as it was not recognized by macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Nov 8, 2024
1 parent 370677e commit ad638f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
&mt { flavor = "balanced"; }; // Using these for GLOBE keys and faster window management with Swish app as well as AOE layers
&num_word {
continue-list = <
COLON KP_DOT KP_COMMA
COLON KP_DOT COMMA
SLASH MINUS PLUS ASTRK EQUAL
BSPC DEL
TAB KP_ENTER
Expand Down Expand Up @@ -284,7 +284,7 @@
NUM {
bindings = <
&mt LSHFT TAB &kp N7 &kp N8 &kp N9 &kp BSPC &trans &trans &trans &trans &trans
&kp KP_COMMA &kp N4 &kp N5 &kp N6 &kp KP_DOT &trans &trans &trans &trans &trans
&kp COMMA &kp N4 &kp N5 &kp N6 &kp KP_DOT &trans &trans &trans &trans &trans
&kp COLON &kp N1 &kp N2 &kp N3 &sl SYM &trans &trans &trans &trans &trans
&lt NAV N0 &mt LSHFT KP_ENTER &trans &trans
>;
Expand Down

0 comments on commit ad638f5

Please sign in to comment.