summaryrefslogtreecommitdiff
path: root/layouts/community/planck_mit/guidoism
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-11 06:06:26 +1100
committerGitHub <noreply@github.com>2022-10-10 20:06:26 +0100
commitc6f1b594a2085e67219bd5f0f7ba7898429d331c (patch)
tree615d8b6253c8c07beda12676f8cdbdcf2fa837a9 /layouts/community/planck_mit/guidoism
parentc87bc929086d41daf804c10d02ec7ee1fca61a4a (diff)
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
Diffstat (limited to 'layouts/community/planck_mit/guidoism')
-rw-r--r--layouts/community/planck_mit/guidoism/keys.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/layouts/community/planck_mit/guidoism/keys.json b/layouts/community/planck_mit/guidoism/keys.json
index 87834ee1fe..15792c0d41 100644
--- a/layouts/community/planck_mit/guidoism/keys.json
+++ b/layouts/community/planck_mit/guidoism/keys.json
@@ -84,9 +84,9 @@
"KC_MINS": "-",
"KC_EQUAL": "+",
"KC_EQL": "=",
- "KC_LBRACKET": "{",
+ "KC_LEFT_BRACKET": "{",
"KC_LBRC": "[",
- "KC_RBRACKET": "}",
+ "KC_RIGHT_BRACKET": "}",
"KC_RBRC": "]",
"KC_BSLS": "\\",
"KC_BSLASH": "\\",
@@ -102,7 +102,7 @@
"KC_SLASH": "/",
"KC_NUBS": "/",
"KC_NUHS": "#",
- "KC_CAPSLOCK": "Caps",
+ "KC_CAPS_LOCK": "Caps",
"KC_CAPS": "Caps",
"KC_LCTRL": "Ctrl",
"KC_LCTL": "Ctrl",
@@ -128,7 +128,7 @@
"KC_INT5": "JIS Muhenkan",
"KC_PSCREEN": "Print Screen",
"KC_PSCR": "Print Screen",
- "KC_SCROLLLOCK": "Scroll Lock",
+ "KC_SCROLL_LOCK": "Scroll Lock",
"KC_SLCK": "Scroll Lock",
"KC_PAUSE": "Pause",
"KC_PAUS": "Pause",
@@ -159,8 +159,8 @@
"KC_COPY": "Copy",
"KC_PASTE": "Paste",
"KC_FIND": "Find",
- "KC_ALT_ERASE": "Alternate Erase",
- "KC_SYSREQ": "SysReq/Attention",
+ "KC_ERAS": "Alternate Erase",
+ "KC_SYRQ": "SysReq/Attention",
"KC_CANCEL": "Cancel",
"KC_CLEAR": "Clear",
"KC_PRIOR": "Prior",
@@ -199,7 +199,7 @@
"KC_MSTP": "Stop Track",
"KC_MEDIA_PLAY_PAUSE": "play",
"KC_MPLY": "play",
- "KC_NUMLOCK": "Keypad Num Lock and Clear",
+ "KC_NUM_LOCK": "Keypad Num Lock and Clear",
"KC_NLCK": "Keypad Num Lock and Clear",
"KC_SLSH": "/",
"KC_KP_SLASH": "/",