From 1831701abd0301ca18a2d4bea01ca181721223fa Mon Sep 17 00:00:00 2001 From: ldebritto Date: Sun, 9 Feb 2025 21:07:36 -0300 Subject: [PATCH] Updating &num_word cancelling rules to match current totem's --- config/cradio.keymap | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index f517e34..eb817b3 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -26,13 +26,15 @@ 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 = ; }; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on ^`~" keys. +&caps_word { + /delete-property/ ignore-modifiers; // This voids pressing command+shift+s instead of a simple command+s + continue-list = ; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on '^`~" keys, ALT is needed to enter alt characters + }; &mt { flavor = "balanced"; }; &num_word { // requires auto-layer module (https://github.com/urob/zmk-auto-layer) - continue-list = ; - ignore-modifiers; + continue-list = ; }; / {