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
|
@ -16,7 +16,7 @@
|
|||
#define RSQUIGLY KC_RBRC
|
||||
#define NUMLOCK KC_NUM_LOCK
|
||||
#define CAPLOCK KC_CAPS_LOCK
|
||||
#define BK_SLASH KC_BSLASH
|
||||
#define BK_SLASH KC_BACKSLASH
|
||||
#define ASTERSK KC_KP_ASTERISK
|
||||
|
||||
// Navigation
|
||||
|
@ -57,8 +57,8 @@
|
|||
#define NAV_E LT(_NAV,KC_E)
|
||||
#define NUMPAD_D LT(_NUMPAD,KC_D)
|
||||
#define MOUSE_C LT(_MOUSE,KC_C)
|
||||
#define SYMB_BSP LT(_SYMBOLS,KC_BSPACE)
|
||||
#define COL_MOUS LT(_MOUSE,KC_SCOLON)
|
||||
#define SYMB_BSP LT(_SYMBOLS,KC_BACKSPACE)
|
||||
#define COL_MOUS LT(_MOUSE,KC_SEMICOLON)
|
||||
#define SPAC_SYM LT(_SYMBOLS,KC_SPACE)
|
||||
#define SPAC_TXT LT(_TEXTNAV,KC_SPACE)
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
|||
#define ALT_SH_R MT(MOD_LSFT|MOD_LALT,KC_R)
|
||||
|
||||
//MISC
|
||||
#define PRINTSCR KC_PSCREEN
|
||||
#define PRINTSCR KC_PRINT_SCREEN
|
||||
#define CALTDEL LCTL(LALT(KC_DEL))
|
||||
#define TSKMGR LCTL(LSFT(KC_ESC))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue