]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/keycodes_us_ansi_shifted.md
Keyboard: Helix five_rows keymap reduced size (#4082)
[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 keyboard. They do not have keycodes of their own but are simply shortcuts for `LSFT(kc)`, and as such send a Left Shift with the unshifted keycode, not the symbol itself.
4
5 ## Caveats
6
7 Unfortunately, these keycodes cannot be used in Mod-Taps or Layer-Taps, since any modifiers specified in the keycode are ignored.
8
9 ## Keycodes
10
11 |Key                     |Aliases            |Description        |
12 |------------------------|-------------------|-------------------|
13 |`KC_TILDE`              |`KC_TILD`          |`~`                |
14 |`KC_EXCLAIM`            |`KC_EXLM`          |`!`                |
15 |`KC_AT`                 |                   |`@`                |
16 |`KC_HASH`               |                   |`#`                |
17 |`KC_DOLLAR`             |`KC_DLR`           |`$`                |
18 |`KC_PERCENT`            |`KC_PERC`          |`%`                |
19 |`KC_CIRCUMFLEX`         |`KC_CIRC`          |`^`                |
20 |`KC_AMPERSAND`          |`KC_AMPR`          |`&`                |
21 |`KC_ASTERISK`           |`KC_ASTR`          |`*`                |
22 |`KC_LEFT_PAREN`         |`KC_LPRN`          |`(`                |
23 |`KC_RIGHT_PAREN`        |`KC_RPRN`          |`)`                |
24 |`KC_UNDERSCORE`         |`KC_UNDS`          |`_`                |
25 |`KC_PLUS`               |                   |`+`                |
26 |`KC_LEFT_CURLY_BRACE`   |`KC_LCBR`          |`{`                |
27 |`KC_RIGHT_CURLY_BRACE`  |`KC_RCBR`          |`}`                |
28 |`KC_PIPE`               |                   |<code>&#124;</code>|
29 |`KC_COLON`              |`KC_COLN`          |`:`                |
30 |`KC_DOUBLE_QUOTE`       |`KC_DQUO`, `KC_DQT`|`"`                |
31 |`KC_LEFT_ANGLE_BRACKET` |`KC_LABK`, `KC_LT` |`<`                |
32 |`KC_RIGHT_ANGLE_BRACKET`|`KC_RABK`, `KC_GT` |`>`                |
33 |`KC_QUESTION`           |`KC_QUES`          |`?`                |