diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-09 21:28:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 12:28:36 +0100 |
commit | 3736db6081ac75ed425fde5ff52deab78d27b650 (patch) | |
tree | 6517a04b9c27348c6adaef51c680c0d26d55e215 /docs/keycodes.md | |
parent | b19187c62c397b44ab657d8bac2a2b05c77cc9c9 (diff) | |
download | qmk_firmware-3736db6081ac75ed425fde5ff52deab78d27b650.tar.gz qmk_firmware-3736db6081ac75ed425fde5ff52deab78d27b650.zip |
Add OS compatibility matrix for basic keycodes (#8557)
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 405 |
1 files changed, 206 insertions, 199 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 40a46964a..5fbc8f4fa 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -8,205 +8,212 @@ This is a reference only. Each group of keys links to the page documenting their | |||
8 | 8 | ||
9 | See also: [Basic Keycodes](keycodes_basic.md) | 9 | See also: [Basic Keycodes](keycodes_basic.md) |
10 | 10 | ||
11 | |Key |Aliases |Description | | 11 | |Key |Aliases |Description |Windows |macOS |Linux<sup>1</sup>| |
12 | |-----------------------|------------------------------|-----------------------------------------------| | 12 | |-----------------------|------------------------------|-----------------------------------------------|-------------|-------------|-----------------| |
13 | |`KC_NO` |`XXXXXXX` |Ignore this key (NOOP) | | 13 | |`KC_NO` |`XXXXXXX` |Ignore this key (NOOP) |*N/A* |*N/A* |*N/A* | |
14 | |`KC_TRANSPARENT` |`KC_TRNS`, `_______` |Use the next lowest non-transparent key | | 14 | |`KC_TRANSPARENT` |`KC_TRNS`, `_______` |Use the next lowest non-transparent key |*N/A* |*N/A* |*N/A* | |
15 | |`KC_A` | |`a` and `A` | | 15 | |`KC_A` | |`a` and `A` |✔ |✔ |✔ | |
16 | |`KC_B` | |`b` and `B` | | 16 | |`KC_B` | |`b` and `B` |✔ |✔ |✔ | |
17 | |`KC_C` | |`c` and `C` | | 17 | |`KC_C` | |`c` and `C` |✔ |✔ |✔ | |
18 | |`KC_D` | |`d` and `D` | | 18 | |`KC_D` | |`d` and `D` |✔ |✔ |✔ | |
19 | |`KC_E` | |`e` and `E` | | 19 | |`KC_E` | |`e` and `E` |✔ |✔ |✔ | |
20 | |`KC_F` | |`f` and `F` | | 20 | |`KC_F` | |`f` and `F` |✔ |✔ |✔ | |
21 | |`KC_G` | |`g` and `G` | | 21 | |`KC_G` | |`g` and `G` |✔ |✔ |✔ | |
22 | |`KC_H` | |`h` and `H` | | 22 | |`KC_H` | |`h` and `H` |✔ |✔ |✔ | |
23 | |`KC_I` | |`i` and `I` | | 23 | |`KC_I` | |`i` and `I` |✔ |✔ |✔ | |
24 | |`KC_J` | |`j` and `J` | | 24 | |`KC_J` | |`j` and `J` |✔ |✔ |✔ | |
25 | |`KC_K` | |`k` and `K` | | 25 | |`KC_K` | |`k` and `K` |✔ |✔ |✔ | |
26 | |`KC_L` | |`l` and `L` | | 26 | |`KC_L` | |`l` and `L` |✔ |✔ |✔ | |
27 | |`KC_M` | |`m` and `M` | | 27 | |`KC_M` | |`m` and `M` |✔ |✔ |✔ | |
28 | |`KC_N` | |`n` and `N` | | 28 | |`KC_N` | |`n` and `N` |✔ |✔ |✔ | |
29 | |`KC_O` | |`o` and `O` | | 29 | |`KC_O` | |`o` and `O` |✔ |✔ |✔ | |
30 | |`KC_P` | |`p` and `P` | | 30 | |`KC_P` | |`p` and `P` |✔ |✔ |✔ | |
31 | |`KC_Q` | |`q` and `Q` | | 31 | |`KC_Q` | |`q` and `Q` |✔ |✔ |✔ | |
32 | |`KC_R` | |`r` and `R` | | 32 | |`KC_R` | |`r` and `R` |✔ |✔ |✔ | |
33 | |`KC_S` | |`s` and `S` | | 33 | |`KC_S` | |`s` and `S` |✔ |✔ |✔ | |
34 | |`KC_T` | |`t` and `T` | | 34 | |`KC_T` | |`t` and `T` |✔ |✔ |✔ | |
35 | |`KC_U` | |`u` and `U` | | 35 | |`KC_U` | |`u` and `U` |✔ |✔ |✔ | |
36 | |`KC_V` | |`v` and `V` | | 36 | |`KC_V` | |`v` and `V` |✔ |✔ |✔ | |
37 | |`KC_W` | |`w` and `W` | | 37 | |`KC_W` | |`w` and `W` |✔ |✔ |✔ | |
38 | |`KC_X` | |`x` and `X` | | 38 | |`KC_X` | |`x` and `X` |✔ |✔ |✔ | |
39 | |`KC_Y` | |`y` and `Y` | | 39 | |`KC_Y` | |`y` and `Y` |✔ |✔ |✔ | |
40 | |`KC_Z` | |`z` and `Z` | | 40 | |`KC_Z` | |`z` and `Z` |✔ |✔ |✔ | |
41 | |`KC_1` | |`1` and `!` | | 41 | |`KC_1` | |`1` and `!` |✔ |✔ |✔ | |
42 | |`KC_2` | |`2` and `@` | | 42 | |`KC_2` | |`2` and `@` |✔ |✔ |✔ | |
43 | |`KC_3` | |`3` and `#` | | 43 | |`KC_3` | |`3` and `#` |✔ |✔ |✔ | |
44 | |`KC_4` | |`4` and `$` | | 44 | |`KC_4` | |`4` and `$` |✔ |✔ |✔ | |
45 | |`KC_5` | |`5` and `%` | | 45 | |`KC_5` | |`5` and `%` |✔ |✔ |✔ | |
46 | |`KC_6` | |`6` and `^` | | 46 | |`KC_6` | |`6` and `^` |✔ |✔ |✔ | |
47 | |`KC_7` | |`7` and `&` | | 47 | |`KC_7` | |`7` and `&` |✔ |✔ |✔ | |
48 | |`KC_8` | |`8` and `*` | | 48 | |`KC_8` | |`8` and `*` |✔ |✔ |✔ | |
49 | |`KC_9` | |`9` and `(` | | 49 | |`KC_9` | |`9` and `(` |✔ |✔ |✔ | |
50 | |`KC_0` | |`0` and `)` | | 50 | |`KC_0` | |`0` and `)` |✔ |✔ |✔ | |
51 | |`KC_ENTER` |`KC_ENT` |Return (Enter) | | 51 | |`KC_ENTER` |`KC_ENT` |Return (Enter) |✔ |✔ |✔ | |
52 | |`KC_ESCAPE` |`KC_ESC` |Escape | | 52 | |`KC_ESCAPE` |`KC_ESC` |Escape |✔ |✔ |✔ | |
53 | |`KC_BSPACE` |`KC_BSPC` |Delete (Backspace) | | 53 | |`KC_BSPACE` |`KC_BSPC` |Delete (Backspace) |✔ |✔ |✔ | |
54 | |`KC_TAB` | |Tab | | 54 | |`KC_TAB` | |Tab |✔ |✔ |✔ | |
55 | |`KC_SPACE` |`KC_SPC` |Spacebar | | 55 | |`KC_SPACE` |`KC_SPC` |Spacebar |✔ |✔ |✔ | |
56 | |`KC_MINUS` |`KC_MINS` |`-` and `_` | | 56 | |`KC_MINUS` |`KC_MINS` |`-` and `_` |✔ |✔ |✔ | |
57 | |`KC_EQUAL` |`KC_EQL` |`=` and `+` | | 57 | |`KC_EQUAL` |`KC_EQL` |`=` and `+` |✔ |✔ |✔ | |
58 | |`KC_LBRACKET` |`KC_LBRC` |`[` and `{` | | 58 | |`KC_LBRACKET` |`KC_LBRC` |`[` and `{` |✔ |✔ |✔ | |
59 | |`KC_RBRACKET` |`KC_RBRC` |`]` and `}` | | 59 | |`KC_RBRACKET` |`KC_RBRC` |`]` and `}` |✔ |✔ |✔ | |
60 | |`KC_BSLASH` |`KC_BSLS` |`\` and `\|` | | 60 | |`KC_BSLASH` |`KC_BSLS` |`\` and `\|` |✔ |✔ |✔ | |
61 | |`KC_NONUS_HASH` |`KC_NUHS` |Non-US `#` and `~` | | 61 | |`KC_NONUS_HASH` |`KC_NUHS` |Non-US `#` and `~` |✔ |✔ |✔ | |
62 | |`KC_SCOLON` |`KC_SCLN` |`;` and `:` | | 62 | |`KC_SCOLON` |`KC_SCLN` |`;` and `:` |✔ |✔ |✔ | |
63 | |`KC_QUOTE` |`KC_QUOT` |`'` and `"` | | 63 | |`KC_QUOTE` |`KC_QUOT` |`'` and `"` |✔ |✔ |✔ | |
64 | |`KC_GRAVE` |`KC_GRV`, `KC_ZKHK` |<code>`</code> and `~`, JIS Zenkaku/Hankaku| | 64 | |`KC_GRAVE` |`KC_GRV`, `KC_ZKHK` |<code>`</code> and `~`, JIS Zenkaku/Hankaku|✔ |✔ |✔ | |
65 | |`KC_COMMA` |`KC_COMM` |`,` and `<` | | 65 | |`KC_COMMA` |`KC_COMM` |`,` and `<` |✔ |✔ |✔ | |
66 | |`KC_DOT` | |`.` and `>` | | 66 | |`KC_DOT` | |`.` and `>` |✔ |✔ |✔ | |
67 | |`KC_SLASH` |`KC_SLSH` |`/` and `?` | | 67 | |`KC_SLASH` |`KC_SLSH` |`/` and `?` |✔ |✔ |✔ | |
68 | |`KC_CAPSLOCK` |`KC_CLCK`, `KC_CAPS` |Caps Lock | | 68 | |`KC_CAPSLOCK` |`KC_CLCK`, `KC_CAPS` |Caps Lock |✔ |✔ |✔ | |
69 | |`KC_F1` | |F1 | | 69 | |`KC_F1` | |F1 |✔ |✔ |✔ | |
70 | |`KC_F2` | |F2 | | 70 | |`KC_F2` | |F2 |✔ |✔ |✔ | |
71 | |`KC_F3` | |F3 | | 71 | |`KC_F3` | |F3 |✔ |✔ |✔ | |
72 | |`KC_F4` | |F4 | | 72 | |`KC_F4` | |F4 |✔ |✔ |✔ | |
73 | |`KC_F5` | |F5 | | 73 | |`KC_F5` | |F5 |✔ |✔ |✔ | |
74 | |`KC_F6` | |F6 | | 74 | |`KC_F6` | |F6 |✔ |✔ |✔ | |
75 | |`KC_F7` | |F7 | | 75 | |`KC_F7` | |F7 |✔ |✔ |✔ | |
76 | |`KC_F8` | |F8 | | 76 | |`KC_F8` | |F8 |✔ |✔ |✔ | |
77 | |`KC_F9` | |F9 | | 77 | |`KC_F9` | |F9 |✔ |✔ |✔ | |
78 | |`KC_F10` | |F10 | | 78 | |`KC_F10` | |F10 |✔ |✔ |✔ | |
79 | |`KC_F11` | |F11 | | 79 | |`KC_F11` | |F11 |✔ |✔ |✔ | |
80 | |`KC_F12` | |F12 | | 80 | |`KC_F12` | |F12 |✔ |✔ |✔ | |
81 | |`KC_PSCREEN` |`KC_PSCR` |Print Screen | | 81 | |`KC_PSCREEN` |`KC_PSCR` |Print Screen |✔ |✔<sup>2</sup>|✔ | |
82 | |`KC_SCROLLLOCK` |`KC_SLCK`, `KC_BRMD` |Scroll Lock, Brightness Down (macOS) | | 82 | |`KC_SCROLLLOCK` |`KC_SLCK`, `KC_BRMD` |Scroll Lock, Brightness Down (macOS) |✔ |✔<sup>2</sup>|✔ | |
83 | |`KC_PAUSE` |`KC_PAUS`, `KC_BRK`, `KC_BRMU`|Pause, Brightness Up (macOS) | | 83 | |`KC_PAUSE` |`KC_PAUS`, `KC_BRK`, `KC_BRMU`|Pause, Brightness Up (macOS) |✔ |✔<sup>2</sup>|✔ | |
84 | |`KC_INSERT` |`KC_INS` |Insert | | 84 | |`KC_INSERT` |`KC_INS` |Insert |✔ | |✔ | |
85 | |`KC_HOME` | |Home | | 85 | |`KC_HOME` | |Home |✔ |✔ |✔ | |
86 | |`KC_PGUP` | |Page Up | | 86 | |`KC_PGUP` | |Page Up |✔ |✔ |✔ | |
87 | |`KC_DELETE` |`KC_DEL` |Forward Delete | | 87 | |`KC_DELETE` |`KC_DEL` |Forward Delete |✔ |✔ |✔ | |
88 | |`KC_END` | |End | | 88 | |`KC_END` | |End |✔ |✔ |✔ | |
89 | |`KC_PGDOWN` |`KC_PGDN` |Page Down | | 89 | |`KC_PGDOWN` |`KC_PGDN` |Page Down |✔ |✔ |✔ | |
90 | |`KC_RIGHT` |`KC_RGHT` |Right Arrow | | 90 | |`KC_RIGHT` |`KC_RGHT` |Right Arrow |✔ |✔ |✔ | |
91 | |`KC_LEFT` | |Left Arrow | | 91 | |`KC_LEFT` | |Left Arrow |✔ |✔ |✔ | |
92 | |`KC_DOWN` | |Down Arrow | | 92 | |`KC_DOWN` | |Down Arrow |✔ |✔ |✔ | |
93 | |`KC_UP` | |Up Arrow | | 93 | |`KC_UP` | |Up Arrow |✔ |✔ |✔ | |
94 | |`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear | | 94 | |`KC_NUMLOCK` |`KC_NLCK` |Keypad Num Lock and Clear |✔ |✔ |✔ | |
95 | |`KC_KP_SLASH` |`KC_PSLS` |Keypad `/` | | 95 | |`KC_KP_SLASH` |`KC_PSLS` |Keypad `/` |✔ |✔ |✔ | |
96 | |`KC_KP_ASTERISK` |`KC_PAST` |Keypad `*` | | 96 | |`KC_KP_ASTERISK` |`KC_PAST` |Keypad `*` |✔ |✔ |✔ | |
97 | |`KC_KP_MINUS` |`KC_PMNS` |Keypad `-` | | 97 | |`KC_KP_MINUS` |`KC_PMNS` |Keypad `-` |✔ |✔ |✔ | |
98 | |`KC_KP_PLUS` |`KC_PPLS` |Keypad `+` | | 98 | |`KC_KP_PLUS` |`KC_PPLS` |Keypad `+` |✔ |✔ |✔ | |
99 | |`KC_KP_ENTER` |`KC_PENT` |Keypad Enter | | 99 | |`KC_KP_ENTER` |`KC_PENT` |Keypad Enter |✔ |✔ |✔ | |
100 | |`KC_KP_1` |`KC_P1` |Keypad `1` and End | | 100 | |`KC_KP_1` |`KC_P1` |Keypad `1` and End |✔ |✔ |✔ | |
101 | |`KC_KP_2` |`KC_P2` |Keypad `2` and Down Arrow | | 101 | |`KC_KP_2` |`KC_P2` |Keypad `2` and Down Arrow |✔ |✔ |✔ | |
102 | |`KC_KP_3` |`KC_P3` |Keypad `3` and Page Down | | 102 | |`KC_KP_3` |`KC_P3` |Keypad `3` and Page Down |✔ |✔ |✔ | |
103 | |`KC_KP_4` |`KC_P4` |Keypad `4` and Left Arrow | | 103 | |`KC_KP_4` |`KC_P4` |Keypad `4` and Left Arrow |✔ |✔ |✔ | |
104 | |`KC_KP_5` |`KC_P5` |Keypad `5` | | 104 | |`KC_KP_5` |`KC_P5` |Keypad `5` |✔ |✔ |✔ | |
105 | |`KC_KP_6` |`KC_P6` |Keypad `6` and Right Arrow | | 105 | |`KC_KP_6` |`KC_P6` |Keypad `6` and Right Arrow |✔ |✔ |✔ | |
106 | |`KC_KP_7` |`KC_P7` |Keypad `7` and Home | | 106 | |`KC_KP_7` |`KC_P7` |Keypad `7` and Home |✔ |✔ |✔ | |
107 | |`KC_KP_8` |`KC_P8` |Keypad `8` and Up Arrow | | 107 | |`KC_KP_8` |`KC_P8` |Keypad `8` and Up Arrow |✔ |✔ |✔ | |
108 | |`KC_KP_9` |`KC_P9` |Keypad `9` and Page Up | | 108 | |`KC_KP_9` |`KC_P9` |Keypad `9` and Page Up |✔ |✔ |✔ | |
109 | |`KC_KP_0` |`KC_P0` |Keypad `0` and Insert | | 109 | |`KC_KP_0` |`KC_P0` |Keypad `0` and Insert |✔ |✔ |✔ | |
110 | |`KC_KP_DOT` |`KC_PDOT` |Keypad `.` and Delete | | 110 | |`KC_KP_DOT` |`KC_PDOT` |Keypad `.` and Delete |✔ |✔ |✔ | |
111 | |`KC_NONUS_BSLASH` |`KC_NUBS` |Non-US `\` and `\|` | | 111 | |`KC_NONUS_BSLASH` |`KC_NUBS` |Non-US `\` and `\|` |✔ |✔ |✔ | |
112 | |`KC_APPLICATION` |`KC_APP` |Application (Windows Menu Key) | | 112 | |`KC_APPLICATION` |`KC_APP` |Application (Windows Context Menu Key) |✔ | |✔ | |
113 | |`KC_POWER` | |System Power (macOS) | | 113 | |`KC_POWER` | |System Power | |✔<sup>3</sup>|✔ | |
114 | |`KC_KP_EQUAL` |`KC_PEQL` |Keypad `=` | | 114 | |`KC_KP_EQUAL` |`KC_PEQL` |Keypad `=` |✔ |✔ |✔ | |
115 | |`KC_F13` | |F13 | | 115 | |`KC_F13` | |F13 |✔ |✔ |✔ | |
116 | |`KC_F14` | |F14 | | 116 | |`KC_F14` | |F14 |✔ |✔ |✔ | |
117 | |`KC_F15` | |F15 | | 117 | |`KC_F15` | |F15 |✔ |✔ |✔ | |
118 | |`KC_F16` | |F16 | | 118 | |`KC_F16` | |F16 |✔ |✔ |✔ | |
119 | |`KC_F17` | |F17 | | 119 | |`KC_F17` | |F17 |✔ |✔ |✔ | |
120 | |`KC_F18` | |F18 | | 120 | |`KC_F18` | |F18 |✔ |✔ |✔ | |
121 | |`KC_F19` | |F19 | | 121 | |`KC_F19` | |F19 |✔ |✔ |✔ | |
122 | |`KC_F20` | |F20 | | 122 | |`KC_F20` | |F20 |✔ | |✔ | |
123 | |`KC_F21` | |F21 | | 123 | |`KC_F21` | |F21 |✔ | |✔ | |
124 | |`KC_F22` | |F22 | | 124 | |`KC_F22` | |F22 |✔ | |✔ | |
125 | |`KC_F23` | |F23 | | 125 | |`KC_F23` | |F23 |✔ | |✔ | |
126 | |`KC_F24` | |F24 | | 126 | |`KC_F24` | |F24 |✔ | |✔ | |
127 | |`KC_EXECUTE` |`KC_EXEC` |Execute | | 127 | |`KC_EXECUTE` |`KC_EXEC` |Execute | | |✔ | |
128 | |`KC_HELP` | |Help | | 128 | |`KC_HELP` | |Help | | |✔ | |
129 | |`KC_MENU` | |Menu | | 129 | |`KC_MENU` | |Menu | | |✔ | |
130 | |`KC_SELECT` |`KC_SLCT` |Select | | 130 | |`KC_SELECT` |`KC_SLCT` |Select | | |✔ | |
131 | |`KC_STOP` | |Stop | | 131 | |`KC_STOP` | |Stop | | |✔ | |
132 | |`KC_AGAIN` |`KC_AGIN` |Again | | 132 | |`KC_AGAIN` |`KC_AGIN` |Again | | |✔ | |
133 | |`KC_UNDO` | |Undo | | 133 | |`KC_UNDO` | |Undo | | |✔ | |
134 | |`KC_CUT` | |Cut | | 134 | |`KC_CUT` | |Cut | | |✔ | |
135 | |`KC_COPY` | |Copy | | 135 | |`KC_COPY` | |Copy | | |✔ | |
136 | |`KC_PASTE` |`KC_PSTE` |Paste | | 136 | |`KC_PASTE` |`KC_PSTE` |Paste | | |✔ | |
137 | |`KC_FIND` | |Find | | 137 | |`KC_FIND` | |Find | | |✔ | |
138 | |`KC__MUTE` | |Mute (macOS) | | 138 | |`KC__MUTE` | |Mute | |✔ |✔ | |
139 | |`KC__VOLUP` | |Volume Up (macOS) | | 139 | |`KC__VOLUP` | |Volume Up | |✔ |✔ | |
140 | |`KC__VOLDOWN` | |Volume Down (macOS) | | 140 | |`KC__VOLDOWN` | |Volume Down | |✔ |✔ | |
141 | |`KC_LOCKING_CAPS` |`KC_LCAP` |Locking Caps Lock | | 141 | |`KC_LOCKING_CAPS` |`KC_LCAP` |Locking Caps Lock |✔ |✔ | | |
142 | |`KC_LOCKING_NUM` |`KC_LNUM` |Locking Num Lock | | 142 | |`KC_LOCKING_NUM` |`KC_LNUM` |Locking Num Lock |✔ |✔ | | |
143 | |`KC_LOCKING_SCROLL` |`KC_LSCR` |Locking Scroll Lock | | 143 | |`KC_LOCKING_SCROLL` |`KC_LSCR` |Locking Scroll Lock |✔ |✔ | | |
144 | |`KC_KP_COMMA` |`KC_PCMM` |Keypad `,` | | 144 | |`KC_KP_COMMA` |`KC_PCMM` |Keypad `,` | | |✔ | |
145 | |`KC_KP_EQUAL_AS400` | |Keypad `=` on AS/400 keyboards | | 145 | |`KC_KP_EQUAL_AS400` | |Keypad `=` on AS/400 keyboards | | | | |
146 | |`KC_INT1` |`KC_RO` |JIS `\` and `_` | | 146 | |`KC_INT1` |`KC_RO` |JIS `\` and `_` |✔ | |✔ | |
147 | |`KC_INT2` |`KC_KANA` |JIS Katakana/Hiragana | | 147 | |`KC_INT2` |`KC_KANA` |JIS Katakana/Hiragana |✔ | |✔ | |
148 | |`KC_INT3` |`KC_JYEN` |JIS `¥` and `\|` | | 148 | |`KC_INT3` |`KC_JYEN` |JIS `¥` and `\|` |✔ | |✔ | |
149 | |`KC_INT4` |`KC_HENK` |JIS Henkan | | 149 | |`KC_INT4` |`KC_HENK` |JIS Henkan |✔ | |✔ | |
150 | |`KC_INT5` |`KC_MHEN` |JIS Muhenkan | | 150 | |`KC_INT5` |`KC_MHEN` |JIS Muhenkan |✔ | |✔ | |
151 | |`KC_INT6` | |JIS Numpad `,` | | 151 | |`KC_INT6` | |JIS Numpad `,` | | |✔ | |
152 | |`KC_INT7` | |International 7 | | 152 | |`KC_INT7` | |International 7 | | | | |
153 | |`KC_INT8` | |International 8 | | 153 | |`KC_INT8` | |International 8 | | | | |
154 | |`KC_INT9` | |International 9 | | 154 | |`KC_INT9` | |International 9 | | | | |
155 | |`KC_LANG1` |`KC_HAEN` |Hangul/English | | 155 | |`KC_LANG1` |`KC_HAEN` |Hangul/English | | |✔ | |
156 | |`KC_LANG2` |`KC_HANJ` |Hanja | | 156 | |`KC_LANG2` |`KC_HANJ` |Hanja | | |✔ | |
157 | |`KC_LANG3` | |JIS Katakana | | 157 | |`KC_LANG3` | |JIS Katakana | | |✔ | |
158 | |`KC_LANG4` | |JIS Hiragana | | 158 | |`KC_LANG4` | |JIS Hiragana | | |✔ | |
159 | |`KC_LANG5` | |JIS Zenkaku/Hankaku | | 159 | |`KC_LANG5` | |JIS Zenkaku/Hankaku | | |✔ | |
160 | |`KC_LANG6` | |Language 6 | | 160 | |`KC_LANG6` | |Language 6 | | | | |
161 | |`KC_LANG7` | |Language 7 | | 161 | |`KC_LANG7` | |Language 7 | | | | |
162 | |`KC_LANG8` | |Language 8 | | 162 | |`KC_LANG8` | |Language 8 | | | | |
163 | |`KC_LANG9` | |Language 9 | | 163 | |`KC_LANG9` | |Language 9 | | | | |
164 | |`KC_ALT_ERASE` |`KC_ERAS` |Alternate Erase | | 164 | |`KC_ALT_ERASE` |`KC_ERAS` |Alternate Erase | | | | |
165 | |`KC_SYSREQ` | |SysReq/Attention | | 165 | |`KC_SYSREQ` | |SysReq/Attention | | | | |
166 | |`KC_CANCEL` | |Cancel | | 166 | |`KC_CANCEL` | |Cancel | | | | |
167 | |`KC_CLEAR` |`KC_CLR` |Clear | | 167 | |`KC_CLEAR` |`KC_CLR` |Clear | | |✔ | |
168 | |`KC_PRIOR` | |Prior | | 168 | |`KC_PRIOR` | |Prior | | | | |
169 | |`KC_RETURN` | |Return | | 169 | |`KC_RETURN` | |Return | | | | |
170 | |`KC_SEPARATOR` | |Separator | | 170 | |`KC_SEPARATOR` | |Separator | | | | |
171 | |`KC_OUT` | |Out | | 171 | |`KC_OUT` | |Out | | | | |
172 | |`KC_OPER` | |Oper | | 172 | |`KC_OPER` | |Oper | | | | |
173 | |`KC_CLEAR_AGAIN` | |Clear/Again | | 173 | |`KC_CLEAR_AGAIN` | |Clear/Again | | | | |
174 | |`KC_CRSEL` | |CrSel/Props | | 174 | |`KC_CRSEL` | |CrSel/Props | | | | |
175 | |`KC_EXSEL` | |ExSel | | 175 | |`KC_EXSEL` | |ExSel | | | | |
176 | |`KC_LCTRL` |`KC_LCTL` |Left Control | | 176 | |`KC_LCTRL` |`KC_LCTL` |Left Control |✔ |✔ |✔ | |
177 | |`KC_LSHIFT` |`KC_LSFT` |Left Shift | | 177 | |`KC_LSHIFT` |`KC_LSFT` |Left Shift |✔ |✔ |✔ | |
178 | |`KC_LALT` |`KC_LOPT` |Left Alt (Option) | | 178 | |`KC_LALT` |`KC_LOPT` |Left Alt (Option) |✔ |✔ |✔ | |
179 | |`KC_LGUI` |`KC_LCMD`, `KC_LWIN` |Left GUI (Windows/Command/Meta key) | | 179 | |`KC_LGUI` |`KC_LCMD`, `KC_LWIN` |Left GUI (Windows/Command/Meta key) |✔ |✔ |✔ | |
180 | |`KC_RCTRL` |`KC_RCTL` |Right Control | | 180 | |`KC_RCTRL` |`KC_RCTL` |Right Control |✔ |✔ |✔ | |
181 | |`KC_RSHIFT` |`KC_RSFT` |Right Shift | | 181 | |`KC_RSHIFT` |`KC_RSFT` |Right Shift |✔ |✔ |✔ | |
182 | |`KC_RALT` |`KC_ROPT`, `KC_ALGR` |Right Alt (Option/AltGr) | | 182 | |`KC_RALT` |`KC_ROPT`, `KC_ALGR` |Right Alt (Option/AltGr) |✔ |✔ |✔ | |
183 | |`KC_RGUI` |`KC_RCMD`, `KC_RWIN` |Right GUI (Windows/Command/Meta key) | | 183 | |`KC_RGUI` |`KC_RCMD`, `KC_RWIN` |Right GUI (Windows/Command/Meta key) |✔ |✔ |✔ | |
184 | |`KC_SYSTEM_POWER` |`KC_PWR` |System Power Down | | 184 | |`KC_SYSTEM_POWER` |`KC_PWR` |System Power Down |✔ |✔<sup>3</sup>|✔ | |
185 | |`KC_SYSTEM_SLEEP` |`KC_SLEP` |System Sleep | | 185 | |`KC_SYSTEM_SLEEP` |`KC_SLEP` |System Sleep |✔ |✔<sup>3</sup>|✔ | |
186 | |`KC_SYSTEM_WAKE` |`KC_WAKE` |System Wake | | 186 | |`KC_SYSTEM_WAKE` |`KC_WAKE` |System Wake | |✔<sup>3</sup>|✔ | |
187 | |`KC_AUDIO_MUTE` |`KC_MUTE` |Mute | | 187 | |`KC_AUDIO_MUTE` |`KC_MUTE` |Mute |✔ |✔ |✔ | |
188 | |`KC_AUDIO_VOL_UP` |`KC_VOLU` |Volume Up | | 188 | |`KC_AUDIO_VOL_UP` |`KC_VOLU` |Volume Up |✔ |✔<sup>4</sup>|✔ | |
189 | |`KC_AUDIO_VOL_DOWN` |`KC_VOLD` |Volume Down | | 189 | |`KC_AUDIO_VOL_DOWN` |`KC_VOLD` |Volume Down |✔ |✔<sup>4</sup>|✔ | |
190 | |`KC_MEDIA_NEXT_TRACK` |`KC_MNXT` |Next Track | | 190 | |`KC_MEDIA_NEXT_TRACK` |`KC_MNXT` |Next Track |✔ |✔<sup>5</sup>|✔ | |
191 | |`KC_MEDIA_PREV_TRACK` |`KC_MPRV` |Previous Track | | 191 | |`KC_MEDIA_PREV_TRACK` |`KC_MPRV` |Previous Track |✔ |✔<sup>5</sup>|✔ | |
192 | |`KC_MEDIA_STOP` |`KC_MSTP` |Stop Track (Windows) | | 192 | |`KC_MEDIA_STOP` |`KC_MSTP` |Stop Track |✔ | |✔ | |
193 | |`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY` |Play/Pause Track | | 193 | |`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY` |Play/Pause Track |✔ |✔ |✔ | |
194 | |`KC_MEDIA_SELECT` |`KC_MSEL` |Launch Media Player (Windows) | | 194 | |`KC_MEDIA_SELECT` |`KC_MSEL` |Launch Media Player |✔ | |✔ | |
195 | |`KC_MEDIA_EJECT` |`KC_EJCT` |Eject (macOS) | | 195 | |`KC_MEDIA_EJECT` |`KC_EJCT` |Eject | |✔ |✔ | |
196 | |`KC_MAIL` | |Launch Mail (Windows) | | 196 | |`KC_MAIL` | |Launch Mail |✔ | |✔ | |
197 | |`KC_CALCULATOR` |`KC_CALC` |Launch Calculator (Windows) | | 197 | |`KC_CALCULATOR` |`KC_CALC` |Launch Calculator |✔ | |✔ | |
198 | |`KC_MY_COMPUTER` |`KC_MYCM` |Launch My Computer (Windows) | | 198 | |`KC_MY_COMPUTER` |`KC_MYCM` |Launch My Computer |✔ | |✔ | |
199 | |`KC_WWW_SEARCH` |`KC_WSCH` |Browser Search (Windows) | | 199 | |`KC_WWW_SEARCH` |`KC_WSCH` |Browser Search |✔ | |✔ | |
200 | |`KC_WWW_HOME` |`KC_WHOM` |Browser Home (Windows) | | 200 | |`KC_WWW_HOME` |`KC_WHOM` |Browser Home |✔ | |✔ | |
201 | |`KC_WWW_BACK` |`KC_WBAK` |Browser Back (Windows) | | 201 | |`KC_WWW_BACK` |`KC_WBAK` |Browser Back |✔ | |✔ | |
202 | |`KC_WWW_FORWARD` |`KC_WFWD` |Browser Forward (Windows) | | 202 | |`KC_WWW_FORWARD` |`KC_WFWD` |Browser Forward |✔ | |✔ | |
203 | |`KC_WWW_STOP` |`KC_WSTP` |Browser Stop (Windows) | | 203 | |`KC_WWW_STOP` |`KC_WSTP` |Browser Stop |✔ | |✔ | |
204 | |`KC_WWW_REFRESH` |`KC_WREF` |Browser Refresh (Windows) | | 204 | |`KC_WWW_REFRESH` |`KC_WREF` |Browser Refresh |✔ | |✔ | |
205 | |`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites (Windows) | | 205 | |`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites |✔ | |✔ | |
206 | |`KC_MEDIA_FAST_FORWARD`|`KC_MFFD` |Next Track (macOS) | | 206 | |`KC_MEDIA_FAST_FORWARD`|`KC_MFFD` |Next Track |✔ |✔<sup>5</sup>|✔ | |
207 | |`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track (macOS) | | 207 | |`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track |✔<sup>6</sup>|✔<sup>5</sup>|✔ | |
208 | |`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up | | 208 | |`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up |✔ |✔ |✔ | |
209 | |`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down | | 209 | |`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down |✔ |✔ |✔ | |
210 | |||
211 | <sup>1. The Linux kernel HID driver recognizes [nearly all keycodes](https://github.com/torvalds/linux/blob/master/drivers/hid/hid-input.c), but the default bindings depend on the DE/WM.</sup><br/> | ||
212 | <sup>2. Treated as F13-F15.</sup><br/> | ||
213 | <sup>3. Must be held for about three seconds, and will display a prompt instead.</sup><br/> | ||
214 | <sup>4. Holding Shift+Option allows for finer control of volume level.</sup><br/> | ||
215 | <sup>5. Skips the entire track in iTunes when tapped, seeks within the current track when held.</sup><br/> | ||
216 | <sup>6. WMP does not recognize the Rewind key, but both alter playback speed in VLC.</sup> | ||
210 | 217 | ||
211 | ## Quantum Keycodes :id=quantum-keycodes | 218 | ## Quantum Keycodes :id=quantum-keycodes |
212 | 219 | ||