forked from mirrors/qmk_userspace
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`
This commit is contained in:
parent
474c0bc8a2
commit
5629ba1807
362 changed files with 688 additions and 694 deletions
|
@ -91,10 +91,10 @@ bool handle_US_ANSI_shifted_keys(int16_t keycode, bool in) {
|
|||
regular_keycode = KC_RIGHT_BRACKET;
|
||||
break;
|
||||
case KC_PIPE:
|
||||
regular_keycode = KC_BSLASH;
|
||||
regular_keycode = KC_BACKSLASH;
|
||||
break;
|
||||
case KC_COLON:
|
||||
regular_keycode = KC_SCOLON;
|
||||
regular_keycode = KC_SEMICOLON;
|
||||
break;
|
||||
case KC_DOUBLE_QUOTE:
|
||||
regular_keycode = KC_QUOTE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue