diff options
author | fauxpark <fauxpark@gmail.com> | 2018-08-05 02:09:22 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-04 09:09:22 -0700 |
commit | 435a1202e7575dba61bb9a48070ddc90ccda2993 (patch) | |
tree | 9d078551eeca05c88f553f627eb9d58ab48cb222 /docs/keycodes_us_ansi_shifted.md | |
parent | 3e8f2728732b20b5b6af63db73ad8b6f2be18823 (diff) | |
download | qmk_firmware-435a1202e7575dba61bb9a48070ddc90ccda2993.tar.gz qmk_firmware-435a1202e7575dba61bb9a48070ddc90ccda2993.zip |
More improvements to keycode docs (#3567)
* Reorder keycode list docs according to HID usage
* Add missing keycodes/descriptions/aliases
Diffstat (limited to 'docs/keycodes_us_ansi_shifted.md')
-rw-r--r-- | docs/keycodes_us_ansi_shifted.md | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/docs/keycodes_us_ansi_shifted.md b/docs/keycodes_us_ansi_shifted.md index 5163b3bf1..46e3f1248 100644 --- a/docs/keycodes_us_ansi_shifted.md +++ b/docs/keycodes_us_ansi_shifted.md | |||
@@ -6,26 +6,26 @@ It's important to remember that all of these keycodes send a left shift - this m | |||
6 | 6 | ||
7 | ## US ANSI Shifted Keycodes | 7 | ## US ANSI Shifted Keycodes |
8 | 8 | ||
9 | |Key |Aliases |Description | | 9 | |Key |Aliases |Description | |
10 | |------------------------|------------------|-------------------| | 10 | |------------------------|-------------------|-------------------| |
11 | |`KC_TILDE` |`KC_TILD` |`~` | | 11 | |`KC_TILDE` |`KC_TILD` |`~` | |
12 | |`KC_EXCLAIM` |`KC_EXLM` |`!` | | 12 | |`KC_EXCLAIM` |`KC_EXLM` |`!` | |
13 | |`KC_AT` | |`@` | | 13 | |`KC_AT` | |`@` | |
14 | |`KC_HASH` | |`#` | | 14 | |`KC_HASH` | |`#` | |
15 | |`KC_DOLLAR` |`KC_DLR` |`$` | | 15 | |`KC_DOLLAR` |`KC_DLR` |`$` | |
16 | |`KC_PERCENT` |`KC_PERC` |`%` | | 16 | |`KC_PERCENT` |`KC_PERC` |`%` | |
17 | |`KC_CIRCUMFLEX` |`KC_CIRC` |`^` | | 17 | |`KC_CIRCUMFLEX` |`KC_CIRC` |`^` | |
18 | |`KC_AMPERSAND` |`KC_AMPR` |`&` | | 18 | |`KC_AMPERSAND` |`KC_AMPR` |`&` | |
19 | |`KC_ASTERISK` |`KC_ASTR` |`*` | | 19 | |`KC_ASTERISK` |`KC_ASTR` |`*` | |
20 | |`KC_LEFT_PAREN` |`KC_LPRN` |`(` | | 20 | |`KC_LEFT_PAREN` |`KC_LPRN` |`(` | |
21 | |`KC_RIGHT_PAREN` |`KC_RPRN` |`)` | | 21 | |`KC_RIGHT_PAREN` |`KC_RPRN` |`)` | |
22 | |`KC_UNDERSCORE` |`KC_UNDS` |`_` | | 22 | |`KC_UNDERSCORE` |`KC_UNDS` |`_` | |
23 | |`KC_PLUS` | |`+` | | 23 | |`KC_PLUS` | |`+` | |
24 | |`KC_LEFT_CURLY_BRACE` |`KC_LCBR` |`{` | | 24 | |`KC_LEFT_CURLY_BRACE` |`KC_LCBR` |`{` | |
25 | |`KC_RIGHT_CURLY_BRACE` |`KC_RCBR` |`}` | | 25 | |`KC_RIGHT_CURLY_BRACE` |`KC_RCBR` |`}` | |
26 | |`KC_PIPE` | |<code>|</code>| | 26 | |`KC_PIPE` | |<code>|</code>| |
27 | |`KC_COLON` |`KC_COLN` |`:` | | 27 | |`KC_COLON` |`KC_COLN` |`:` | |
28 | |`KC_DOUBLE_QUOTE` |`KC_DQT`/`KC_DQUO`|`"` | | 28 | |`KC_DOUBLE_QUOTE` |`KC_DQUO`, `KC_DQT`|`"` | |
29 | |`KC_LEFT_ANGLE_BRACKET` |`KC_LT`/`KC_LABK` |`<` | | 29 | |`KC_LEFT_ANGLE_BRACKET` |`KC_LABK`, `KC_LT` |`<` | |
30 | |`KC_RIGHT_ANGLE_BRACKET`|`KC_GT`/`KC_RABK` |`>` | | 30 | |`KC_RIGHT_ANGLE_BRACKET`|`KC_RABK`, `KC_GT` |`>` | |
31 | |`KC_QUESTION` |`KC_QUES` |`?` | | 31 | |`KC_QUESTION` |`KC_QUES` |`?` | |