summaryrefslogtreecommitdiff
path: root/layouts/community/planck_mit/guidoism
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-17 00:14:40 +1100
committerGitHub <noreply@github.com>2022-10-16 14:14:40 +0100
commit74223c34a969c0877bde035c721c21a1f25890fa (patch)
tree1daea9db13a0adb529e5aba4aa1e6f893cb7ed8c /layouts/community/planck_mit/guidoism
parent39c22f5cf5011427ece26c510d0b1ab42edf34db (diff)
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
Diffstat (limited to 'layouts/community/planck_mit/guidoism')
-rw-r--r--layouts/community/planck_mit/guidoism/keys.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/community/planck_mit/guidoism/keys.json b/layouts/community/planck_mit/guidoism/keys.json
index 58b7e73f69..31cecd5638 100644
--- a/layouts/community/planck_mit/guidoism/keys.json
+++ b/layouts/community/planck_mit/guidoism/keys.json
@@ -104,16 +104,16 @@
"KC_NUHS": "#",
"KC_CAPS_LOCK": "Caps",
"KC_CAPS": "Caps",
- "KC_LCTRL": "Ctrl",
+ "KC_LEFT_CTRL": "Ctrl",
"KC_LCTL": "Ctrl",
- "KC_LSHIFT": "\u21e7",
+ "KC_LEFT_SHIFT": "\u21e7",
"KC_LSFT": "\u21e7",
"KC_LALT": "\u2325",
"KC_LGUI": "\u2318",
"KC_LCMD": "\u2318",
- "KC_RCTRL": "Right Control",
+ "KC_RIGHT_CTRL": "Right Control",
"KC_RCTL": "Right Control",
- "KC_RSHIFT": "\u21e7",
+ "KC_RIGHT_SHIFT": "\u21e7",
"KC_RSFT": "\u21e7",
"KC_RALT": "\u2325",
"KC_RGUI": "\u2318",