diff options
-rw-r--r-- | docs/keycodes.md | 402 | ||||
-rw-r--r-- | docs/keycodes_basic.md | 100 |
2 files changed, 249 insertions, 253 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index a98d1096b..165c3c4d1 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -6,205 +6,205 @@ This is a reference only. Each group of keys links to the page documenting their | |||
6 | 6 | ||
7 | ## [Basic Keycodes](keycodes_basic.md) | 7 | ## [Basic Keycodes](keycodes_basic.md) |
8 | 8 | ||
9 | |Key |Aliases |Description | | 9 | |Key |Aliases |Description | |
10 | |-----------------------|--------------------|-----------------------------------------------| | 10 | |-----------------------|------------------------------|-----------------------------------------------| |
11 | |`KC_NO` |`XXXXXXX` |Ignore this key (NOOP) | | 11 | |`KC_NO` |`XXXXXXX` |Ignore this key (NOOP) | |
12 | |`KC_TRANSPARENT` |`KC_TRNS`, `_______`|Use the next lowest non-transparent key | | 12 | |`KC_TRANSPARENT` |`KC_TRNS`, `_______` |Use the next lowest non-transparent key | |
13 | |`KC_A` | |`a` and `A` | | 13 | |`KC_A` | |`a` and `A` | |
14 | |`KC_B` | |`b` and `B` | | 14 | |`KC_B` | |`b` and `B` | |
15 | |`KC_C` | |`c` and `C` | | 15 | |`KC_C` | |`c` and `C` | |
16 | |`KC_D` | |`d` and `D` | | 16 | |`KC_D` | |`d` and `D` | |
17 | |`KC_E` | |`e` and `E` | | 17 | |`KC_E` | |`e` and `E` | |
18 | |`KC_F` | |`f` and `F` | | 18 | |`KC_F` | |`f` and `F` | |
19 | |`KC_G` | |`g` and `G` | | 19 | |`KC_G` | |`g` and `G` | |
20 | |`KC_H` | |`h` and `H` | | 20 | |`KC_H` | |`h` and `H` | |
21 | |`KC_I` | |`i` and `I` | | 21 | |`KC_I` | |`i` and `I` | |
22 | |`KC_J` | |`j` and `J` | | 22 | |`KC_J` | |`j` and `J` | |
23 | |`KC_K` | |`k` and `K` | | 23 | |`KC_K` | |`k` and `K` | |
24 | |`KC_L` | |`l` and `L` | | 24 | |`KC_L` | |`l` and `L` | |
25 | |`KC_M` | |`m` and `M` | | 25 | |`KC_M` | |`m` and `M` | |
26 | |`KC_N` | |`n` and `N` | | 26 | |`KC_N` | |`n` and `N` | |
27 | |`KC_O` | |`o` and `O` | | 27 | |`KC_O` | |`o` and `O` | |
28 | |`KC_P` | |`p` and `P` | | 28 | |`KC_P` | |`p` and `P` | |
29 | |`KC_Q` | |`q` and `Q` | | 29 | |`KC_Q` | |`q` and `Q` | |
30 | |`KC_R` | |`r` and `R` | | 30 | |`KC_R` | |`r` and `R` | |
31 | |`KC_S` | |`s` and `S` | | 31 | |`KC_S` | |`s` and `S` | |
32 | |`KC_T` | |`t` and `T` | | 32 | |`KC_T` | |`t` and `T` | |
33 | |`KC_U` | |`u` and `U` | | 33 | |`KC_U` | |`u` and `U` | |
34 | |`KC_V` | |`v` and `V` | | 34 | |`KC_V` | |`v` and `V` | |
35 | |`KC_W` | |`w` and `W` | | 35 | |`KC_W` | |`w` and `W` | |
36 | |`KC_X` | |`x` and `X` | | 36 | |`KC_X` | |`x` and `X` | |
37 | |`KC_Y` | |`y` and `Y` | | 37 | |`KC_Y` | |`y` and `Y` | |
38 | |`KC_Z` | |`z` and `Z` | | 38 | |`KC_Z` | |`z` and `Z` | |
39 | |`KC_1` | |`1` and `!` | | 39 | |`KC_1` | |`1` and `!` | |
40 | |`KC_2` | |`2` and `@` | | 40 | |`KC_2` | |`2` and `@` | |
41 | |`KC_3` | |`3` and `#` | | 41 | |`KC_3` | |`3` and `#` | |
42 | |`KC_4` | |`4` and `$` | | 42 | |`KC_4` | |`4` and `$` | |
43 | |`KC_5` | |`5` and `%` | | 43 | |`KC_5` | |`5` and `%` | |
44 | |`KC_6` | |`6` and `^` | | 44 | |`KC_6` | |`6` and `^` | |
45 | |`KC_7` | |`7` and `&` | | 45 | |`KC_7` | |`7` and `&` | |
46 | |`KC_8` | |`8` and `*` | | 46 | |`KC_8` | |`8` and `*` | |
47 | |`KC_9` | |`9` and `(` | | 47 | |`KC_9` | |`9` and `(` | |
48 | |`KC_0` | |`0` and `)` | | 48 | |`KC_0` | |`0` and `)` | |
49 | |`KC_ENTER` |`KC_ENT` |Return (Enter) | | 49 | |`KC_ENTER` |`KC_ENT` |Return (Enter) | |
50 | |`KC_ESCAPE` |`KC_ESC` |Escape | | 50 | |`KC_ESCAPE` |`KC_ESC` |Escape | |
51 | |`KC_BSPACE` |`KC_BSPC` |Delete (Backspace) | | 51 | |`KC_BSPACE` |`KC_BSPC` |Delete (Backspace) | |
52 | |`KC_TAB` | |Tab | | 52 | |`KC_TAB` | |Tab | |
53 | |`KC_SPACE` |`KC_SPC` |Spacebar | | 53 | |`KC_SPACE` |`KC_SPC` |Spacebar | |
54 | |`KC_MINUS` |`KC_MINS` |`-` and `_` | | 54 | |`KC_MINUS` |`KC_MINS` |`-` and `_` | |
55 | |`KC_EQUAL` |`KC_EQL` |`=` and `+` | | 55 | |`KC_EQUAL` |`KC_EQL` |`=` and `+` | |
56 | |`KC_LBRACKET` |`KC_LBRC` |`[` and `{` | | 56 | |`KC_LBRACKET` |`KC_LBRC` |`[` and `{` | |
57 | |`KC_RBRACKET` |`KC_RBRC` |`]` and `}` | | 57 | |`KC_RBRACKET` |`KC_RBRC` |`]` and `}` | |
58 | |`KC_BSLASH` |`KC_BSLS` |`\` and <code>|</code> | | 58 | |`KC_BSLASH` |`KC_BSLS` |`\` and <code>|</code> | |
59 | |`KC_NONUS_HASH` |`KC_NUHS` |Non-US `#` and `~` | | 59 | |`KC_NONUS_HASH` |`KC_NUHS` |Non-US `#` and `~` | |
60 | |`KC_SCOLON` |`KC_SCLN` |`;` and `:` | | 60 | |`KC_SCOLON` |`KC_SCLN` |`;` and `:` | |
61 | |`KC_QUOTE` |`KC_QUOT` |`'` and `"` | | 61 | |`KC_QUOTE` |`KC_QUOT` |`'` and `"` | |
62 | |`KC_GRAVE` |`KC_GRV`, `KC_ZKHK` |<code>`</code> and `~`, JIS Zenkaku/Hankaku| | 62 | |`KC_GRAVE` |`KC_GRV`, `KC_ZKHK` |<code>`</code> and `~`, JIS Zenkaku/Hankaku| |
63 | |`KC_COMMA` |`KC_COMM` |`,` and `<` | | 63 | |`KC_COMMA` |`KC_COMM` |`,` and `<` | |
64 | |`KC_DOT` | |`.` and `>` | | 64 | |`KC_DOT` | |`.` and `>` | |
65 | |`KC_SLASH` |`KC_SLSH` |`/` and `?` | | 65 | |`KC_SLASH` |`KC_SLSH` |`/` and `?` | |
66 | |`KC_CAPSLOCK` |`KC_CLCK`, `KC_CAPS`|Caps Lock | | 66 | |`KC_CAPSLOCK` |`KC_CLCK`, `KC_CAPS` |Caps Lock | |
67 | |`KC_F1` | |F1 | | 67 | |`KC_F1` | |F1 | |
68 | |`KC_F2` | |F2 | | 68 | |`KC_F2` | |F2 | |
69 | |`KC_F3` | |F3 | | 69 | |`KC_F3` | |F3 | |
70 | |`KC_F4` | |F4 | | 70 | |`KC_F4` | |F4 | |
71 | |`KC_F5` | |F5 | | 71 | |`KC_F5` | |F5 | |
72 | |`KC_F6` | |F6 | | 72 | |`KC_F6` | |F6 | |
73 | |`KC_F7` | |F7 | | 73 | |`KC_F7` | |F7 | |
74 | |`KC_F8` | |F8 | | 74 | |`KC_F8` | |F8 | |
75 | |`KC_F9` | |F9 | | 75 | |`KC_F9` | |F9 | |
76 | |`KC_F10` | |F10 | | 76 | |`KC_F10` | |F10 | |
77 | |`KC_F11` | |F11 | | 77 | |`KC_F11` | |F11 | |
78 | |`KC_F12` | |F12 | | 78 | |`KC_F12` | |F12 | |
79 | |`KC_PSCREEN` |`KC_PSCR` |Print Screen | | 79 | |`KC_PSCREEN` |`KC_PSCR` |Print Screen | |
80 | |`KC_SCROLLLOCK` |`KC_SLCK`, `KC_BRMD`|Scroll Lock, Brightness Down (macOS) | | 80 | |`KC_SCROLLLOCK` |`KC_SLCK`, `KC_BRMD` |Scroll Lock, Brightness Down (macOS) | |
81 | |`KC_PAUSE` |`KC_PAUS`, `KC_BRK`, `KC_BRMU`|Pause, Brightness Up (macOS) | | 81 | |`KC_PAUSE` |`KC_PAUS`, `KC_BRK`, `KC_BRMU`|Pause, Brightness Up (macOS) | |
82 | |`KC_INSERT` |`KC_INS` |Insert | | 82 | |`KC_INSERT` |`KC_INS` |Insert | |
83 | |`KC_HOME` | |Home | | 83 | |`KC_HOME` | |Home | |
84 | |`KC_PGUP` | |Page Up | | 84 | |`KC_PGUP` | |Page Up | |
85 | |`KC_DELETE` |`KC_DEL` |Forward Delete | | 85 | |`KC_DELETE` |`KC_DEL` |Forward Delete | |
86 | |`KC_END` | |End | | 86 | |`KC_END` | |End | |
87 | |`KC_PGDOWN` |`KC_PGDN` |Page Down | | 87 | |`KC_PGDOWN` |`KC_PGDN` |Page Down | |
88 | |`KC_RIGHT` |`KC_RGHT` |Right Arrow | | 88 | |`KC_RIGHT` |`KC_RGHT` |Right Arrow | |
89 | |`KC_LEFT` | |Left Arrow | | 89 | |`KC_LEFT` | |Left Arrow | |
90 | |`KC_DOWN` | |Down Arrow | | 90 | |`KC_DOWN` | |Down Arrow | |
91 | |`KC_UP` | |Up Arrow | | 91 | |`KC_UP` | |Up Arrow | |
92 | |`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear | | 92 | |`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear | |
93 | |`KC_KP_SLASH` |`KC_PSLS` |Keypad `/` | | 93 | |`KC_KP_SLASH` |`KC_PSLS` |Keypad `/` | |
94 | |`KC_KP_ASTERISK` |`KC_PAST` |Keypad `*` | | 94 | |`KC_KP_ASTERISK` |`KC_PAST` |Keypad `*` | |
95 | |`KC_KP_MINUS` |`KC_PMNS` |Keypad `-` | | 95 | |`KC_KP_MINUS` |`KC_PMNS` |Keypad `-` | |
96 | |`KC_KP_PLUS` |`KC_PPLS` |Keypad `+` | | 96 | |`KC_KP_PLUS` |`KC_PPLS` |Keypad `+` | |
97 | |`KC_KP_ENTER` |`KC_PENT` |Keypad Enter | | 97 | |`KC_KP_ENTER` |`KC_PENT` |Keypad Enter | |
98 | |`KC_KP_1` |`KC_P1` |Keypad `1` and End | | 98 | |`KC_KP_1` |`KC_P1` |Keypad `1` and End | |
99 | |`KC_KP_2` |`KC_P2` |Keypad `2` and Down Arrow | | 99 | |`KC_KP_2` |`KC_P2` |Keypad `2` and Down Arrow | |
100 | |`KC_KP_3` |`KC_P3` |Keypad `3` and Page Down | | 100 | |`KC_KP_3` |`KC_P3` |Keypad `3` and Page Down | |
101 | |`KC_KP_4` |`KC_P4` |Keypad `4` and Left Arrow | | 101 | |`KC_KP_4` |`KC_P4` |Keypad `4` and Left Arrow | |
102 | |`KC_KP_5` |`KC_P5` |Keypad `5` | | 102 | |`KC_KP_5` |`KC_P5` |Keypad `5` | |
103 | |`KC_KP_6` |`KC_P6` |Keypad `6` and Right Arrow | | 103 | |`KC_KP_6` |`KC_P6` |Keypad `6` and Right Arrow | |
104 | |`KC_KP_7` |`KC_P7` |Keypad `7` and Home | | 104 | |`KC_KP_7` |`KC_P7` |Keypad `7` and Home | |
105 | |`KC_KP_8` |`KC_P8` |Keypad `8` and Up Arrow | | 105 | |`KC_KP_8` |`KC_P8` |Keypad `8` and Up Arrow | |
106 | |`KC_KP_9` |`KC_P9` |Keypad `9` and Page Up | | 106 | |`KC_KP_9` |`KC_P9` |Keypad `9` and Page Up | |
107 | |`KC_KP_0` |`KC_P0` |Keypad `0` and Insert | | 107 | |`KC_KP_0` |`KC_P0` |Keypad `0` and Insert | |
108 | |`KC_KP_DOT` |`KC_PDOT` |Keypad `.` and Delete | | 108 | |`KC_KP_DOT` |`KC_PDOT` |Keypad `.` and Delete | |
109 | |`KC_NONUS_BSLASH` |`KC_NUBS` |Non-US `\` and <code>|</code> | | 109 | |`KC_NONUS_BSLASH` |`KC_NUBS` |Non-US `\` and <code>|</code> | |
110 | |`KC_APPLICATION` |`KC_APP` |Application (Windows Menu Key) | | 110 | |`KC_APPLICATION` |`KC_APP` |Application (Windows Menu Key) | |
111 | |`KC_POWER` | |System Power (macOS) | | 111 | |`KC_POWER` | |System Power (macOS) | |
112 | |`KC_KP_EQUAL` |`KC_PEQL` |Keypad `=` | | 112 | |`KC_KP_EQUAL` |`KC_PEQL` |Keypad `=` | |
113 | |`KC_F13` | |F13 | | 113 | |`KC_F13` | |F13 | |
114 | |`KC_F14` | |F14 | | 114 | |`KC_F14` | |F14 | |
115 | |`KC_F15` | |F15 | | 115 | |`KC_F15` | |F15 | |
116 | |`KC_F16` | |F16 | | 116 | |`KC_F16` | |F16 | |
117 | |`KC_F17` | |F17 | | 117 | |`KC_F17` | |F17 | |
118 | |`KC_F18` | |F18 | | 118 | |`KC_F18` | |F18 | |
119 | |`KC_F19` | |F19 | | 119 | |`KC_F19` | |F19 | |
120 | |`KC_F20` | |F20 | | 120 | |`KC_F20` | |F20 | |
121 | |`KC_F21` | |F21 | | 121 | |`KC_F21` | |F21 | |
122 | |`KC_F22` | |F22 | | 122 | |`KC_F22` | |F22 | |
123 | |`KC_F23` | |F23 | | 123 | |`KC_F23` | |F23 | |
124 | |`KC_F24` | |F24 | | 124 | |`KC_F24` | |F24 | |
125 | |`KC_EXECUTE` |`KC_EXEC` |Execute | | 125 | |`KC_EXECUTE` |`KC_EXEC` |Execute | |
126 | |`KC_HELP` | |Help | | 126 | |`KC_HELP` | |Help | |
127 | |`KC_MENU` | |Menu | | 127 | |`KC_MENU` | |Menu | |
128 | |`KC_SELECT` |`KC_SLCT` |Select | | 128 | |`KC_SELECT` |`KC_SLCT` |Select | |
129 | |`KC_STOP` | |Stop | | 129 | |`KC_STOP` | |Stop | |
130 | |`KC_AGAIN` |`KC_AGIN` |Again | | 130 | |`KC_AGAIN` |`KC_AGIN` |Again | |
131 | |`KC_UNDO` | |Undo | | 131 | |`KC_UNDO` | |Undo | |
132 | |`KC_CUT` | |Cut | | 132 | |`KC_CUT` | |Cut | |
133 | |`KC_COPY` | |Copy | | 133 | |`KC_COPY` | |Copy | |
134 | |`KC_PASTE` |`KC_PSTE` |Paste | | 134 | |`KC_PASTE` |`KC_PSTE` |Paste | |
135 | |`KC_FIND` | |Find | | 135 | |`KC_FIND` | |Find | |
136 | |`KC__MUTE` | |Mute (macOS) | | 136 | |`KC__MUTE` | |Mute (macOS) | |
137 | |`KC__VOLUP` | |Volume Up (macOS) | | 137 | |`KC__VOLUP` | |Volume Up (macOS) | |
138 | |`KC__VOLDOWN` | |Volume Down (macOS) | | 138 | |`KC__VOLDOWN` | |Volume Down (macOS) | |
139 | |`KC_LOCKING_CAPS` |`KC_LCAP` |Locking Caps Lock | | 139 | |`KC_LOCKING_CAPS` |`KC_LCAP` |Locking Caps Lock | |
140 | |`KC_LOCKING_NUM` |`KC_LNUM` |Locking Num Lock | | 140 | |`KC_LOCKING_NUM` |`KC_LNUM` |Locking Num Lock | |
141 | |`KC_LOCKING_SCROLL` |`KC_LSCR` |Locking Scroll Lock | | 141 | |`KC_LOCKING_SCROLL` |`KC_LSCR` |Locking Scroll Lock | |
142 | |`KC_KP_COMMA` |`KC_PCMM` |Keypad `,` | | 142 | |`KC_KP_COMMA` |`KC_PCMM` |Keypad `,` | |
143 | |`KC_KP_EQUAL_AS400` | |Keypad `=` on AS/400 keyboards | | 143 | |`KC_KP_EQUAL_AS400` | |Keypad `=` on AS/400 keyboards | |
144 | |`KC_INT1` |`KC_RO` |JIS `\` and `_` | | 144 | |`KC_INT1` |`KC_RO` |JIS `\` and `_` | |
145 | |`KC_INT2` |`KC_KANA` |JIS Katakana/Hiragana | | 145 | |`KC_INT2` |`KC_KANA` |JIS Katakana/Hiragana | |
146 | |`KC_INT3` |`KC_JYEN` |JIS `Â¥` and <code>|</code> | | 146 | |`KC_INT3` |`KC_JYEN` |JIS `Â¥` and <code>|</code> | |
147 | |`KC_INT4` |`KC_HENK` |JIS Henkan | | 147 | |`KC_INT4` |`KC_HENK` |JIS Henkan | |
148 | |`KC_INT5` |`KC_MHEN` |JIS Muhenkan | | 148 | |`KC_INT5` |`KC_MHEN` |JIS Muhenkan | |
149 | |`KC_INT6` | |JIS Numpad `,` | | 149 | |`KC_INT6` | |JIS Numpad `,` | |
150 | |`KC_INT7` | |International 7 | | 150 | |`KC_INT7` | |International 7 | |
151 | |`KC_INT8` | |International 8 | | 151 | |`KC_INT8` | |International 8 | |
152 | |`KC_INT9` | |International 9 | | 152 | |`KC_INT9` | |International 9 | |
153 | |`KC_LANG1` |`KC_HAEN` |Hangul/English | | 153 | |`KC_LANG1` |`KC_HAEN` |Hangul/English | |
154 | |`KC_LANG2` |`KC_HANJ` |Hanja | | 154 | |`KC_LANG2` |`KC_HANJ` |Hanja | |
155 | |`KC_LANG3` | |JIS Katakana | | 155 | |`KC_LANG3` | |JIS Katakana | |
156 | |`KC_LANG4` | |JIS Hiragana | | 156 | |`KC_LANG4` | |JIS Hiragana | |
157 | |`KC_LANG5` | |JIS Zenkaku/Hankaku | | 157 | |`KC_LANG5` | |JIS Zenkaku/Hankaku | |
158 | |`KC_LANG6` | |Language 6 | | 158 | |`KC_LANG6` | |Language 6 | |
159 | |`KC_LANG7` | |Language 7 | | 159 | |`KC_LANG7` | |Language 7 | |
160 | |`KC_LANG8` | |Language 8 | | 160 | |`KC_LANG8` | |Language 8 | |
161 | |`KC_LANG9` | |Language 9 | | 161 | |`KC_LANG9` | |Language 9 | |
162 | |`KC_ALT_ERASE` |`KC_ERAS` |Alternate Erase | | 162 | |`KC_ALT_ERASE` |`KC_ERAS` |Alternate Erase | |
163 | |`KC_SYSREQ` | |SysReq/Attention | | 163 | |`KC_SYSREQ` | |SysReq/Attention | |
164 | |`KC_CANCEL` | |Cancel | | 164 | |`KC_CANCEL` | |Cancel | |
165 | |`KC_CLEAR` |`KC_CLR` |Clear | | 165 | |`KC_CLEAR` |`KC_CLR` |Clear | |
166 | |`KC_PRIOR` | |Prior | | 166 | |`KC_PRIOR` | |Prior | |
167 | |`KC_RETURN` | |Return | | 167 | |`KC_RETURN` | |Return | |
168 | |`KC_SEPARATOR` | |Separator | | 168 | |`KC_SEPARATOR` | |Separator | |
169 | |`KC_OUT` | |Out | | 169 | |`KC_OUT` | |Out | |
170 | |`KC_OPER` | |Oper | | 170 | |`KC_OPER` | |Oper | |
171 | |`KC_CLEAR_AGAIN` | |Clear/Again | | 171 | |`KC_CLEAR_AGAIN` | |Clear/Again | |
172 | |`KC_CRSEL` | |CrSel/Props | | 172 | |`KC_CRSEL` | |CrSel/Props | |
173 | |`KC_EXSEL` | |ExSel | | 173 | |`KC_EXSEL` | |ExSel | |
174 | |`KC_LCTRL` |`KC_LCTL` |Left Control | | 174 | |`KC_LCTRL` |`KC_LCTL` |Left Control | |
175 | |`KC_LSHIFT` |`KC_LSFT` |Left Shift | | 175 | |`KC_LSHIFT` |`KC_LSFT` |Left Shift | |
176 | |`KC_LALT` | |Left Alt | | 176 | |`KC_LALT` | |Left Alt | |
177 | |`KC_LGUI` |`KC_LCMD`, `KC_LWIN`|Left GUI (Windows/Command/Meta key) | | 177 | |`KC_LGUI` |`KC_LCMD`, `KC_LWIN` |Left GUI (Windows/Command/Meta key) | |
178 | |`KC_RCTRL` |`KC_RCTL` |Right Control | | 178 | |`KC_RCTRL` |`KC_RCTL` |Right Control | |
179 | |`KC_RSHIFT` |`KC_RSFT` |Right Shift | | 179 | |`KC_RSHIFT` |`KC_RSFT` |Right Shift | |
180 | |`KC_RALT` |`KC_ALGR` |Right Alt (AltGr) | | 180 | |`KC_RALT` |`KC_ALGR` |Right Alt (AltGr) | |
181 | |`KC_RGUI` |`KC_RCMD`, `KC_RWIN`|Right GUI (Windows/Command/Meta key) | | 181 | |`KC_RGUI` |`KC_RCMD`, `KC_RWIN` |Right GUI (Windows/Command/Meta key) | |
182 | |`KC_SYSTEM_POWER` |`KC_PWR` |System Power Down | | 182 | |`KC_SYSTEM_POWER` |`KC_PWR` |System Power Down | |
183 | |`KC_SYSTEM_SLEEP` |`KC_SLEP` |System Sleep | | 183 | |`KC_SYSTEM_SLEEP` |`KC_SLEP` |System Sleep | |
184 | |`KC_SYSTEM_WAKE` |`KC_WAKE` |System Wake | | 184 | |`KC_SYSTEM_WAKE` |`KC_WAKE` |System Wake | |
185 | |`KC_AUDIO_MUTE` |`KC_MUTE` |Mute | | 185 | |`KC_AUDIO_MUTE` |`KC_MUTE` |Mute | |
186 | |`KC_AUDIO_VOL_UP` |`KC_VOLU` |Volume Up | | 186 | |`KC_AUDIO_VOL_UP` |`KC_VOLU` |Volume Up | |
187 | |`KC_AUDIO_VOL_DOWN` |`KC_VOLD` |Volume Down | | 187 | |`KC_AUDIO_VOL_DOWN` |`KC_VOLD` |Volume Down | |
188 | |`KC_MEDIA_NEXT_TRACK` |`KC_MNXT` |Next Track (Windows) | | 188 | |`KC_MEDIA_NEXT_TRACK` |`KC_MNXT` |Next Track (Windows) | |
189 | |`KC_MEDIA_PREV_TRACK` |`KC_MPRV` |Previous Track (Windows) | | 189 | |`KC_MEDIA_PREV_TRACK` |`KC_MPRV` |Previous Track (Windows) | |
190 | |`KC_MEDIA_STOP` |`KC_MSTP` |Stop Track (Windows) | | 190 | |`KC_MEDIA_STOP` |`KC_MSTP` |Stop Track (Windows) | |
191 | |`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY` |Play/Pause Track | | 191 | |`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY` |Play/Pause Track | |
192 | |`KC_MEDIA_SELECT` |`KC_MSEL` |Launch Media Player (Windows) | | 192 | |`KC_MEDIA_SELECT` |`KC_MSEL` |Launch Media Player (Windows) | |
193 | |`KC_MEDIA_EJECT` |`KC_EJCT` |Eject (macOS) | | 193 | |`KC_MEDIA_EJECT` |`KC_EJCT` |Eject (macOS) | |
194 | |`KC_MAIL` | |Launch Mail (Windows) | | 194 | |`KC_MAIL` | |Launch Mail (Windows) | |
195 | |`KC_CALCULATOR` |`KC_CALC` |Launch Calculator (Windows) | | 195 | |`KC_CALCULATOR` |`KC_CALC` |Launch Calculator (Windows) | |
196 | |`KC_MY_COMPUTER` |`KC_MYCM` |Launch My Computer (Windows) | | 196 | |`KC_MY_COMPUTER` |`KC_MYCM` |Launch My Computer (Windows) | |
197 | |`KC_WWW_SEARCH` |`KC_WSCH` |Browser Search (Windows) | | 197 | |`KC_WWW_SEARCH` |`KC_WSCH` |Browser Search (Windows) | |
198 | |`KC_WWW_HOME` |`KC_WHOM` |Browser Home (Windows) | | 198 | |`KC_WWW_HOME` |`KC_WHOM` |Browser Home (Windows) | |
199 | |`KC_WWW_BACK` |`KC_WBAK` |Browser Back (Windows) | | 199 | |`KC_WWW_BACK` |`KC_WBAK` |Browser Back (Windows) | |
200 | |`KC_WWW_FORWARD` |`KC_WFWD` |Browser Forward (Windows) | | 200 | |`KC_WWW_FORWARD` |`KC_WFWD` |Browser Forward (Windows) | |
201 | |`KC_WWW_STOP` |`KC_WSTP` |Browser Stop (Windows) | | 201 | |`KC_WWW_STOP` |`KC_WSTP` |Browser Stop (Windows) | |
202 | |`KC_WWW_REFRESH` |`KC_WREF` |Browser Refresh (Windows) | | 202 | |`KC_WWW_REFRESH` |`KC_WREF` |Browser Refresh (Windows) | |
203 | |`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites (Windows) | | 203 | |`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites (Windows) | |
204 | |`KC_MEDIA_FAST_FORWARD`|`KC_MFFD` |Next Track (macOS) | | 204 | |`KC_MEDIA_FAST_FORWARD`|`KC_MFFD` |Next Track (macOS) | |
205 | |`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track (macOS) | | 205 | |`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track (macOS) | |
206 | |`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up (macOS: use `KC_BRMU`) | | 206 | |`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up | |
207 | |`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down (macOS: use `KC_BRMD`) | | 207 | |`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down | |
208 | 208 | ||
209 | ## [Quantum Keycodes](quantum_keycodes.md#qmk-keycodes) | 209 | ## [Quantum Keycodes](quantum_keycodes.md#qmk-keycodes) |
210 | 210 | ||
@@ -238,8 +238,6 @@ This is a reference only. Each group of keys links to the page documenting their | |||
238 | |`MU_TOG` | |Toggles Music Mode | | 238 | |`MU_TOG` | |Toggles Music Mode | |
239 | |`MU_MOD` | |Cycles through the music modes | | 239 | |`MU_MOD` | |Cycles through the music modes | |
240 | 240 | ||
241 | |||
242 | |||
243 | ## [Backlighting](feature_backlight.md) | 241 | ## [Backlighting](feature_backlight.md) |
244 | 242 | ||
245 | |Key |Description | | 243 | |Key |Description | |
@@ -285,7 +283,6 @@ This is a reference only. Each group of keys links to the page documenting their | |||
285 | |`OUT_USB` |USB only | | 283 | |`OUT_USB` |USB only | |
286 | |`OUT_BT` |Bluetooth only | | 284 | |`OUT_BT` |Bluetooth only | |
287 | 285 | ||
288 | |||
289 | ## [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers) | 286 | ## [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers) |
290 | 287 | ||
291 | |Key |Description | | 288 | |Key |Description | |
@@ -439,7 +436,6 @@ This is a reference only. Each group of keys links to the page documenting their | |||
439 | |`OSM(mod)` |Hold `mod` for one keypress | | 436 | |`OSM(mod)` |Hold `mod` for one keypress | |
440 | |`OSL(layer)`|Switch to `layer` for one keypress| | 437 | |`OSL(layer)`|Switch to `layer` for one keypress| |
441 | 438 | ||
442 | |||
443 | ## [Swap Hands](feature_swap_hands.md) | 439 | ## [Swap Hands](feature_swap_hands.md) |
444 | 440 | ||
445 | |Key |Description | | 441 | |Key |Description | |
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md index cba876d34..6f21cabd2 100644 --- a/docs/keycodes_basic.md +++ b/docs/keycodes_basic.md | |||
@@ -97,14 +97,14 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07 | |||
97 | 97 | ||
98 | ## Lock Keys | 98 | ## Lock Keys |
99 | 99 | ||
100 | |Key |Aliases |Description | | 100 | |Key |Aliases |Description | |
101 | |-------------------|--------------------|-------------------------| | 101 | |-------------------|--------------------|------------------------------------| |
102 | |`KC_CAPSLOCK` |`KC_CLCK`, `KC_CAPS`|Caps Lock | | 102 | |`KC_CAPSLOCK` |`KC_CLCK`, `KC_CAPS`|Caps Lock | |
103 | |`KC_SCROLLLOCK` |`KC_SLCK` |Scroll Lock | | 103 | |`KC_SCROLLLOCK` |`KC_SLCK`, `KC_BRMD`|Scroll Lock, Brightness Down (macOS)| |
104 | |`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear| | 104 | |`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear | |
105 | |`KC_LOCKING_CAPS` |`KC_LCAP` |Locking Caps Lock | | 105 | |`KC_LOCKING_CAPS` |`KC_LCAP` |Locking Caps Lock | |
106 | |`KC_LOCKING_NUM` |`KC_LNUM` |Locking Num Lock | | 106 | |`KC_LOCKING_NUM` |`KC_LNUM` |Locking Num Lock | |
107 | |`KC_LOCKING_SCROLL`|`KC_LSCR` |Locking Scroll Lock | | 107 | |`KC_LOCKING_SCROLL`|`KC_LSCR` |Locking Scroll Lock | |
108 | 108 | ||
109 | ## Modifiers | 109 | ## Modifiers |
110 | 110 | ||
@@ -144,48 +144,48 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07 | |||
144 | 144 | ||
145 | ## Commands | 145 | ## Commands |
146 | 146 | ||
147 | |Key |Aliases |Description | | 147 | |Key |Aliases |Description | |
148 | |------------------|-------------------|------------------------------| | 148 | |------------------|------------------------------|------------------------------| |
149 | |`KC_PSCREEN` |`KC_PSCR` |Print Screen | | 149 | |`KC_PSCREEN` |`KC_PSCR` |Print Screen | |
150 | |`KC_PAUSE` |`KC_PAUS`, `KC_BRK`|Pause | | 150 | |`KC_PAUSE` |`KC_PAUS`, `KC_BRK`, `KC_BRMU`|Pause, Brightness Up (macOS) | |
151 | |`KC_INSERT` |`KC_INS` |Insert | | 151 | |`KC_INSERT` |`KC_INS` |Insert | |
152 | |`KC_HOME` | |Home | | 152 | |`KC_HOME` | |Home | |
153 | |`KC_PGUP` | |Page Up | | 153 | |`KC_PGUP` | |Page Up | |
154 | |`KC_DELETE` |`KC_DEL` |Forward Delete | | 154 | |`KC_DELETE` |`KC_DEL` |Forward Delete | |
155 | |`KC_END` | |End | | 155 | |`KC_END` | |End | |
156 | |`KC_PGDOWN` |`KC_PGDN` |Page Down | | 156 | |`KC_PGDOWN` |`KC_PGDN` |Page Down | |
157 | |`KC_RIGHT` |`KC_RGHT` |Right Arrow | | 157 | |`KC_RIGHT` |`KC_RGHT` |Right Arrow | |
158 | |`KC_LEFT` | |Left Arrow | | 158 | |`KC_LEFT` | |Left Arrow | |
159 | |`KC_DOWN` | |Down Arrow | | 159 | |`KC_DOWN` | |Down Arrow | |
160 | |`KC_UP` | |Up Arrow | | 160 | |`KC_UP` | |Up Arrow | |
161 | |`KC_APPLICATION` |`KC_APP` |Application (Windows Menu Key)| | 161 | |`KC_APPLICATION` |`KC_APP` |Application (Windows Menu Key)| |
162 | |`KC_POWER` | |System Power (macOS/Linux) | | 162 | |`KC_POWER` | |System Power (macOS/Linux) | |
163 | |`KC_EXECUTE` |`KC_EXEC` |Execute | | 163 | |`KC_EXECUTE` |`KC_EXEC` |Execute | |
164 | |`KC_HELP` | |Help | | 164 | |`KC_HELP` | |Help | |
165 | |`KC_MENU` | |Menu | | 165 | |`KC_MENU` | |Menu | |
166 | |`KC_SELECT` |`KC_SLCT` |Select | | 166 | |`KC_SELECT` |`KC_SLCT` |Select | |
167 | |`KC_STOP` | |Stop | | 167 | |`KC_STOP` | |Stop | |
168 | |`KC_AGAIN` |`KC_AGIN` |Again | | 168 | |`KC_AGAIN` |`KC_AGIN` |Again | |
169 | |`KC_UNDO` | |Undo | | 169 | |`KC_UNDO` | |Undo | |
170 | |`KC_CUT` | |Cut | | 170 | |`KC_CUT` | |Cut | |
171 | |`KC_COPY` | |Copy | | 171 | |`KC_COPY` | |Copy | |
172 | |`KC_PASTE` |`KC_PSTE` |Paste | | 172 | |`KC_PASTE` |`KC_PSTE` |Paste | |
173 | |`KC_FIND` | |Find | | 173 | |`KC_FIND` | |Find | |
174 | |`KC__MUTE` | |Mute (macOS) | | 174 | |`KC__MUTE` | |Mute (macOS) | |
175 | |`KC__VOLUP` | |Volume Up (macOS) | | 175 | |`KC__VOLUP` | |Volume Up (macOS) | |
176 | |`KC__VOLDOWN` | |Volume Down (macOS) | | 176 | |`KC__VOLDOWN` | |Volume Down (macOS) | |
177 | |`KC_ALT_ERASE` |`KC_ERAS` |Alternate Erase | | 177 | |`KC_ALT_ERASE` |`KC_ERAS` |Alternate Erase | |
178 | |`KC_SYSREQ` | |SysReq/Attention | | 178 | |`KC_SYSREQ` | |SysReq/Attention | |
179 | |`KC_CANCEL` | |Cancel | | 179 | |`KC_CANCEL` | |Cancel | |
180 | |`KC_CLEAR` |`KC_CLR` |Clear | | 180 | |`KC_CLEAR` |`KC_CLR` |Clear | |
181 | |`KC_PRIOR` | |Prior | | 181 | |`KC_PRIOR` | |Prior | |
182 | |`KC_RETURN` | |Return | | 182 | |`KC_RETURN` | |Return | |
183 | |`KC_SEPARATOR` | |Separator | | 183 | |`KC_SEPARATOR` | |Separator | |
184 | |`KC_OUT` | |Out | | 184 | |`KC_OUT` | |Out | |
185 | |`KC_OPER` | |Oper | | 185 | |`KC_OPER` | |Oper | |
186 | |`KC_CLEAR_AGAIN` | |Clear/Again | | 186 | |`KC_CLEAR_AGAIN` | |Clear/Again | |
187 | |`KC_CRSEL` | |CrSel/Props | | 187 | |`KC_CRSEL` | |CrSel/Props | |
188 | |`KC_EXSEL` | |ExSel | | 188 | |`KC_EXSEL` | |ExSel | |
189 | 189 | ||
190 | ## Media Keys | 190 | ## Media Keys |
191 | 191 | ||