summaryrefslogtreecommitdiff
path: root/layouts/community/planck_mit/guidoism
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-14 04:28:14 +1100
committerGitHub <noreply@github.com>2022-10-13 18:28:14 +0100
commit5629ba18077ee5dcde72e497ddf46d848817dd5c (patch)
tree36e95fe41e63586903b220461d8c7d623f069c61 /layouts/community/planck_mit/guidoism
parent474c0bc8a2886077fa8dbdb4a8a7a57f4e1291d1 (diff)
Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
Diffstat (limited to 'layouts/community/planck_mit/guidoism')
-rw-r--r--layouts/community/planck_mit/guidoism/keys.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/community/planck_mit/guidoism/keys.json b/layouts/community/planck_mit/guidoism/keys.json
index f07b8cd196..ce01e15929 100644
--- a/layouts/community/planck_mit/guidoism/keys.json
+++ b/layouts/community/planck_mit/guidoism/keys.json
@@ -75,7 +75,7 @@
"KC_ENT": "\u23ce",
"KC_ESCAPE": "\u238b",
"KC_ESC": "\u238b",
- "KC_BSPACE": "\u232b",
+ "KC_BACKSPACE": "\u232b",
"KC_BSPC": "\u232b",
"KC_TAB": "\u21e5",
"KC_SPACE": "",
@@ -89,8 +89,8 @@
"KC_RIGHT_BRACKET": "}",
"KC_RBRC": "]",
"KC_BSLS": "\\",
- "KC_BSLASH": "\\",
- "KC_SCOLON": ":",
+ "KC_BACKSLASH": "\\",
+ "KC_SEMICOLON": ":",
"KC_SCLN": ";",
"KC_QUOTE": "\"",
"KC_QUOT": "'",
@@ -126,7 +126,7 @@
"KC_LSCR": "Locking Scroll Lock",
"KC_INT4": "JIS Henkan",
"KC_INT5": "JIS Muhenkan",
- "KC_PSCREEN": "Print Screen",
+ "KC_PRINT_SCREEN": "Print Screen",
"KC_PSCR": "Print Screen",
"KC_SCROLL_LOCK": "Scroll Lock",
"KC_SLCK": "Scroll Lock",
@@ -139,7 +139,7 @@
"KC_DELETE": "\u2326",
"KC_DEL": "\u2326",
"KC_END": "End",
- "KC_PGDOWN": "PgDn",
+ "KC_PAGE_DOWN": "PgDn",
"KC_PGDN": "PgDn",
"KC_RIGHT": "→",
"KC_RGHT": "→",