# US ANSI Shifted Symbols 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. ## Caveats Unfortunately, these keycodes cannot be used in Mod-Taps or Layer-Taps, since any modifiers specified in the keycode are ignored. Additionally, you may run into issues when using Remote Desktop Connection on Windows. Because these codes send shift very fast, Remote Desktop may miss the codes. To fix this, open Remote Desktop Connection, click on "Show Options", open the the "Local Resources" tab. In the keyboard section, change the drop down to "On this Computer". This will fix the issue, and allow the characters to work correctly. ## Keycodes |Key |Aliases |Description| |------------------------|-------------------|-----------| |`KC_TILDE` |`KC_TILD` |`~` | |`KC_EXCLAIM` |`KC_EXLM` |`!` | |`KC_AT` | |`@` | |`KC_HASH` | |`#` | |`KC_DOLLAR` |`KC_DLR` |`$` | |`KC_PERCENT` |`KC_PERC` |`%` | |`KC_CIRCUMFLEX` |`KC_CIRC` |`^` | |`KC_AMPERSAND` |`KC_AMPR` |`&` | |`KC_ASTERISK` |`KC_ASTR` |`*` | |`KC_LEFT_PAREN` |`KC_LPRN` |`(` | |`KC_RIGHT_PAREN` |`KC_RPRN` |`)` | |`KC_UNDERSCORE` |`KC_UNDS` |`_` | |`KC_PLUS` | |`+` | |`KC_LEFT_CURLY_BRACE` |`KC_LCBR` |`{` | |`KC_RIGHT_CURLY_BRACE` |`KC_RCBR` |`}` | |`KC_PIPE` | |`\|` | |`KC_COLON` |`KC_COLN` |`:` | |`KC_DOUBLE_QUOTE` |`KC_DQUO`, `KC_DQT`|`"` | |`KC_LEFT_ANGLE_BRACKET` |`KC_LABK`, `KC_LT` |`<` | |`KC_RIGHT_ANGLE_BRACKET`|`KC_RABK`, `KC_GT` |`>` | |`KC_QUESTION` |`KC_QUES` |`?` | ion value='committer'>committer
path: root/AUTHORS.rst
blob: 412c4e25a176a131474784f859cc60cf80952d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AUTHORS
=======

PGP key fingerprints are enclosed in parentheses.

* Alex Gaynor <alex.gaynor@gmail.com> (E27D 4AA0 1651 72CB C5D2  AF2B 125F 5C67 DFE9 4084)
* Hynek Schlawack <hs@ox.cx> (C2A0 4F86 ACE2 8ADC F817 DBB7 AE25 3622 7F69 F181)
* Donald Stufft <donald@stufft.io>
* Laurens Van Houtven <_@lvh.io> (D9DC 4315 772F 8E91 DD22 B153 DFD1 3DF7 A8DD 569B)
* Christian Heimes <christian@python.org>
* Paul Kehrer <paul.l.kehrer@gmail.com> (05FD 9FA1 6CF7 5735 0D91 A560 235A E5F1 29F9 ED98)
* Jarret Raim <jarito@gmail.com>
* Alex Stapleton <alexs@prol.etari.at> (A1C7 E50B 66DE 39ED C847 9665 8E3C 20D1 9BD9 5C4C)
* David Reid <dreid@dreid.org> (0F83 CC87 B32F 482B C726  B58A 9FBF D8F4 DA89 6D74)
* Konstantinos Koukopoulos <koukopoulos@gmail.com> (D6BD 52B6 8C99 A91C E2C8  934D 3300 566B 3A46 726E)
* Stephen Holsapple <sholsapp@gmail.com>
* Terry Chia <terrycwk1994@gmail.com>
* Matthew Iversen <matt@notevencode.com> (2F04 3DCC D6E6 D5AC D262  2E0B C046 E8A8 7452 2973)
* Mohammed Attia <skeuomorf@gmail.com>