]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/keycodes_us_ansi_shifted.md
Fix helix:led_test build break (#3110)
[qmk_firmware.git] / docs / keycodes_us_ansi_shifted.md
1 # US ANSI Shifted Symbols
2
3 These keycodes correspond to characters that are "shifted" on a standard US ANSI keyboards. They do not have dedicated keycodes but are instead typed by holding down shift and then sending a keycode.
4
5 It's important to remember that all of these keycodes send a left shift - this may cause unintended actions if unaccounted for. The short code is preferred in most situations.
6
7 ## US ANSI Shifted Keycodes
8
9 |Key                     |Aliases           |Description        |
10 |------------------------|------------------|-------------------|
11 |`KC_TILDE`              |`KC_TILD`         |`~`                |
12 |`KC_EXCLAIM`            |`KC_EXLM`         |`!`                |
13 |`KC_AT`                 |                  |`@`                |
14 |`KC_HASH`               |                  |`#`                |
15 |`KC_DOLLAR`             |`KC_DLR`          |`$`                |
16 |`KC_PERCENT`            |`KC_PERC`         |`%`                |
17 |`KC_CIRCUMFLEX`         |`KC_CIRC`         |`^`                |
18 |`KC_AMPERSAND`          |`KC_AMPR`         |`&`                |
19 |`KC_ASTERISK`           |`KC_ASTR`         |`*`                |
20 |`KC_LEFT_PAREN`         |`KC_LPRN`         |`(`                |
21 |`KC_RIGHT_PAREN`        |`KC_RPRN`         |`)`                |
22 |`KC_UNDERSCORE`         |`KC_UNDS`         |`_`                |
23 |`KC_PLUS`               |                  |`+`                |
24 |`KC_LEFT_CURLY_BRACE`   |`KC_LCBR`         |`{`                |
25 |`KC_RIGHT_CURLY_BRACE`  |`KC_RCBR`         |`}`                |
26 |`KC_PIPE`               |                  |<code>&#124;</code>|
27 |`KC_COLON`              |`KC_COLN`         |`:`                |
28 |`KC_DOUBLE_QUOTE`       |`KC_DQT`/`KC_DQUO`|`"`                |
29 |`KC_LEFT_ANGLE_BRACKET` |`KC_LT`/`KC_LABK` |`<`                |
30 |`KC_RIGHT_ANGLE_BRACKET`|`KC_GT`/`KC_RABK` |`>`                |
31 |`KC_QUESTION`           |`KC_QUES`         |`?`                |