aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2023-11-07 13:34:05 +0000
committer0scar <qgt268@alumni.ku.dk>2023-11-07 13:34:05 +0000
commit79efd6b52e942641cf96d420f1526f9a1c2a8cad (patch)
tree7bbf138f1e3c9f61647c9782766dfcc1519b2e8f
parentfa3cbc92a0913875d4437165da0d881e8a4dd9f4 (diff)
Use escape_to_layer
-rw-r--r--config/cradio.keymap6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap
index 0987008..3f835c4 100644
--- a/config/cradio.keymap
+++ b/config/cradio.keymap
@@ -94,7 +94,7 @@
//│ ! │ # │ { │ } │ ~ │ │ & │ [ │ ] │ % │ * │
&kp EXCL &kp HASH &kp LBRC &kp RBRC &kp TILDE &kp AMPS &kp LBKT &kp RBKT &kp PRCNT &kp ASTRK
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
- &to BASE &kp ESC &kp BSPC &to NUM
+ &to BASE &escape_to_layer &kp BSPC &to NUM
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};
@@ -111,7 +111,7 @@
//│ │ │ │ │ │ │ │ │ │ │ │
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
- &to BASE &kp ESC &kp BSPC &to NAV
+ &to BASE &escape_to_layer &kp BSPC &to NAV
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};
@@ -128,7 +128,7 @@
//│ │ │ │ │ │ │ │ │ │ │ │
&kp F11 &kp F12 &kp F13 &kp F14 &kp F15 &trans &trans &trans &trans &trans
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
- &to BASE &kp ESC &kp BSPC &to SYM
+ &to BASE &escape_to_layer &kp BSPC &to SYM
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};