diff options
author | Emile <git@emile.space> | 2023-02-19 21:49:12 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-02-19 21:49:12 +0100 |
commit | 2c5b654cad4a51f93660f07963a3f263aaa4800a (patch) | |
tree | ef1b4cbad937aaf2b919a10088ca6a3ef77575d9 | |
parent | c343cf0e84b4ac205f48c7fa2c4560c91edd6ab5 (diff) |
ENTER -> RET
-rw-r--r-- | config/cradio.keymap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 049ba8b..9c0c875 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -43,7 +43,7 @@ AS(Z) AS(X) AS(C) AS(D) AS(V) AS(K) AS(H) AS(COMMA) AS(DOT) AS(FSLH) //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ // │ ESC │ SPC │ │ BSPC │ ENT │ - &kp ESC < 1 SPACE < 2 BSPC &kp ENTER + &kp ESC < 1 SPACE < 2 BSPC &kp RET // ╰──────────┴──────────╯ ╰──────────┴──────────╯ >; ; @@ -60,7 +60,7 @@ //│ │ │ │ │ │ │ │ │ │ │ │ &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ - &trans &kp ESC &trans &trans + &trans $trans &trans &trans // ╰──────────┴──────────╯ ╰──────────┴──────────╯ >; }; |