Skip to content

Commit

Permalink
Deleted ignore-modifiers from &caps_word
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Dec 2, 2024
1 parent 3167fd4 commit a910ba8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@
release-after-ms = <86400000>;// Default is 1000 ms, raised to 1 day to emulate Callum's behavior that requires canceling on layer key.
};

&caps_word { continue-list = <UNDERSCORE MINUS BACKSPACE DELETE K_CANCEL LSHFT SQT CARET TILDE GRAVE>; }; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on ^`~" keys.
&mt { flavor = "balanced"; }; // Using these for GLOBE keys and faster window management with Swish app as well as AOE layers
&caps_word {
continue-list = <UNDERSCORE MINUS BACKSPACE DELETE K_CANCEL LSHFT SQT CARET TILDE GRAVE>;
/delete-property/ ignore-modifiers;
}; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on ^`~" keys.

&mt { flavor = "balanced"; };

&num_word {
continue-list = <
COLON KP_DOT COMMA
Expand Down

0 comments on commit a910ba8

Please sign in to comment.