diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-10-26 16:10:03 +1100 |
|---|---|---|
| committer | Joel Challis <git@zvecr.com> | 2019-10-26 06:10:03 +0100 |
| commit | 40de65eac4e8d039470b91a678cd1f7fc83fc929 (patch) | |
| tree | 35f080f25acd839f8b458d34645bfdd9745360e3 /docs | |
| parent | 5d34e70cf773531536dda363fc43c60146e3d97c (diff) | |
| download | qmk_firmware-40de65eac4e8d039470b91a678cd1f7fc83fc929.tar.gz qmk_firmware-40de65eac4e8d039470b91a678cd1f7fc83fc929.zip | |
Backslash-escape pipe character in keycode lists (#7157)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/keycodes.md | 52 | ||||
| -rw-r--r-- | docs/keycodes_basic.md | 44 | ||||
| -rw-r--r-- | docs/keycodes_us_ansi_shifted.md | 46 |
3 files changed, 71 insertions, 71 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index dfbab148b..60f14844c 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
| @@ -55,7 +55,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
| 55 | |`KC_EQUAL` |`KC_EQL` |`=` and `+` | | 55 | |`KC_EQUAL` |`KC_EQL` |`=` and `+` | |
| 56 | |`KC_LBRACKET` |`KC_LBRC` |`[` and `{` | | 56 | |`KC_LBRACKET` |`KC_LBRC` |`[` and `{` | |
| 57 | |`KC_RBRACKET` |`KC_RBRC` |`]` and `}` | | 57 | |`KC_RBRACKET` |`KC_RBRC` |`]` and `}` | |
| 58 | |`KC_BSLASH` |`KC_BSLS` |`\` and <code>|</code> | | 58 | |`KC_BSLASH` |`KC_BSLS` |`\` and `\|` | |
| 59 | |`KC_NONUS_HASH` |`KC_NUHS` |Non-US `#` and `~` | | 59 | |`KC_NONUS_HASH` |`KC_NUHS` |Non-US `#` and `~` | |
| 60 | |`KC_SCOLON` |`KC_SCLN` |`;` and `:` | | 60 | |`KC_SCOLON` |`KC_SCLN` |`;` and `:` | |
| 61 | |`KC_QUOTE` |`KC_QUOT` |`'` and `"` | | 61 | |`KC_QUOTE` |`KC_QUOT` |`'` and `"` | |
| @@ -106,7 +106,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
| 106 | |`KC_KP_9` |`KC_P9` |Keypad `9` and Page Up | | 106 | |`KC_KP_9` |`KC_P9` |Keypad `9` and Page Up | |
| 107 | |`KC_KP_0` |`KC_P0` |Keypad `0` and Insert | | 107 | |`KC_KP_0` |`KC_P0` |Keypad `0` and Insert | |
| 108 | |`KC_KP_DOT` |`KC_PDOT` |Keypad `.` and Delete | | 108 | |`KC_KP_DOT` |`KC_PDOT` |Keypad `.` and Delete | |
| 109 | |`KC_NONUS_BSLASH` |`KC_NUBS` |Non-US `\` and <code>|</code> | | 109 | |`KC_NONUS_BSLASH` |`KC_NUBS` |Non-US `\` and `\|` | |
| 110 | |`KC_APPLICATION` |`KC_APP` |Application (Windows Menu Key) | | 110 | |`KC_APPLICATION` |`KC_APP` |Application (Windows Menu Key) | |
| 111 | |`KC_POWER` | |System Power (macOS) | | 111 | |`KC_POWER` | |System Power (macOS) | |
| 112 | |`KC_KP_EQUAL` |`KC_PEQL` |Keypad `=` | | 112 | |`KC_KP_EQUAL` |`KC_PEQL` |Keypad `=` | |
| @@ -143,7 +143,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
| 143 | |`KC_KP_EQUAL_AS400` | |Keypad `=` on AS/400 keyboards | | 143 | |`KC_KP_EQUAL_AS400` | |Keypad `=` on AS/400 keyboards | |
| 144 | |`KC_INT1` |`KC_RO` |JIS `\` and `_` | | 144 | |`KC_INT1` |`KC_RO` |JIS `\` and `_` | |
| 145 | |`KC_INT2` |`KC_KANA` |JIS Katakana/Hiragana | | 145 | |`KC_INT2` |`KC_KANA` |JIS Katakana/Hiragana | |
| 146 | |`KC_INT3` |`KC_JYEN` |JIS `¥` and <code>|</code> | | 146 | |`KC_INT3` |`KC_JYEN` |JIS `¥` and `\|` | |
| 147 | |`KC_INT4` |`KC_HENK` |JIS Henkan | | 147 | |`KC_INT4` |`KC_HENK` |JIS Henkan | |
| 148 | |`KC_INT5` |`KC_MHEN` |JIS Muhenkan | | 148 | |`KC_INT5` |`KC_MHEN` |JIS Muhenkan | |
| 149 | |`KC_INT6` | |JIS Numpad `,` | | 149 | |`KC_INT6` | |JIS Numpad `,` | |
| @@ -420,29 +420,29 @@ This is a reference only. Each group of keys links to the page documenting their | |||
| 420 | 420 | ||
| 421 | ## [US ANSI Shifted Symbols](keycodes_us_ansi_shifted.md) | 421 | ## [US ANSI Shifted Symbols](keycodes_us_ansi_shifted.md) |
| 422 | 422 | ||
| 423 | |Key |Aliases |Description | | 423 | |Key |Aliases |Description| |
| 424 | |------------------------|-------------------|-------------------| | 424 | |------------------------|-------------------|-----------| |
| 425 | |`KC_TILDE` |`KC_TILD` |`~` | | 425 | |`KC_TILDE` |`KC_TILD` |`~` | |
| 426 | |`KC_EXCLAIM` |`KC_EXLM` |`!` | | 426 | |`KC_EXCLAIM` |`KC_EXLM` |`!` | |
| 427 | |`KC_AT` | |`@` | | 427 | |`KC_AT` | |`@` | |
| 428 | |`KC_HASH` | |`#` | | 428 | |`KC_HASH` | |`#` | |
| 429 | |`KC_DOLLAR` |`KC_DLR` |`$` | | 429 | |`KC_DOLLAR` |`KC_DLR` |`$` | |
| 430 | |`KC_PERCENT` |`KC_PERC` |`%` | | 430 | |`KC_PERCENT` |`KC_PERC` |`%` | |
| 431 | |`KC_CIRCUMFLEX` |`KC_CIRC` |`^` | | 431 | |`KC_CIRCUMFLEX` |`KC_CIRC` |`^` | |
| 432 | |`KC_AMPERSAND` |`KC_AMPR` |`&` | | 432 | |`KC_AMPERSAND` |`KC_AMPR` |`&` | |
| 433 | |`KC_ASTERISK` |`KC_ASTR` |`*` | | 433 | |`KC_ASTERISK` |`KC_ASTR` |`*` | |
| 434 | |`KC_LEFT_PAREN` |`KC_LPRN` |`(` | | 434 | |`KC_LEFT_PAREN` |`KC_LPRN` |`(` | |
| 435 | |`KC_RIGHT_PAREN` |`KC_RPRN` |`)` | | 435 | |`KC_RIGHT_PAREN` |`KC_RPRN` |`)` | |
| 436 | |`KC_UNDERSCORE` |`KC_UNDS` |`_` | | 436 | |`KC_UNDERSCORE` |`KC_UNDS` |`_` | |
| 437 | |`KC_PLUS` | |`+` | | 437 | |`KC_PLUS` | |`+` | |
| 438 | |`KC_LEFT_CURLY_BRACE` |`KC_LCBR` |`{` | | 438 | |`KC_LEFT_CURLY_BRACE` |`KC_LCBR` |`{` | |
| 439 | |`KC_RIGHT_CURLY_BRACE` |`KC_RCBR` |`}` | | 439 | |`KC_RIGHT_CURLY_BRACE` |`KC_RCBR` |`}` | |
| 440 | |`KC_PIPE` | |<code>|</code>| | 440 | |`KC_PIPE` | |`\|` | |
| 441 | |`KC_COLON` |`KC_COLN` |`:` | | 441 | |`KC_COLON` |`KC_COLN` |`:` | |
| 442 | |`KC_DOUBLE_QUOTE` |`KC_DQUO`, `KC_DQT`|`"` | | 442 | |`KC_DOUBLE_QUOTE` |`KC_DQUO`, `KC_DQT`|`"` | |
| 443 | |`KC_LEFT_ANGLE_BRACKET` |`KC_LABK`, `KC_LT` |`<` | | 443 | |`KC_LEFT_ANGLE_BRACKET` |`KC_LABK`, `KC_LT` |`<` | |
| 444 | |`KC_RIGHT_ANGLE_BRACKET`|`KC_RABK`, `KC_GT` |`>` | | 444 | |`KC_RIGHT_ANGLE_BRACKET`|`KC_RABK`, `KC_GT` |`>` | |
| 445 | |`KC_QUESTION` |`KC_QUES` |`?` | | 445 | |`KC_QUESTION` |`KC_QUES` |`?` | |
| 446 | 446 | ||
| 447 | ## [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) | 447 | ## [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) |
| 448 | 448 | ||
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md index 6f21cabd2..8b1b52e19 100644 --- a/docs/keycodes_basic.md +++ b/docs/keycodes_basic.md | |||
| @@ -85,7 +85,7 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07 | |||
| 85 | |`KC_EQUAL` |`KC_EQL` |`=` and `+` | | 85 | |`KC_EQUAL` |`KC_EQL` |`=` and `+` | |
| 86 | |`KC_LBRACKET` |`KC_LBRC` |`[` and `{` | | 86 | |`KC_LBRACKET` |`KC_LBRC` |`[` and `{` | |
| 87 | |`KC_RBRACKET` |`KC_RBRC` |`]` and `}` | | 87 | |`KC_RBRACKET` |`KC_RBRC` |`]` and `}` | |
| 88 | |`KC_BSLASH` |`KC_BSLS` |`\` and <code>|</code> | | 88 | |`KC_BSLASH` |`KC_BSLS` |`\` and `\|` | |
| 89 | |`KC_NONUS_HASH` |`KC_NUHS` |Non-US `#` and `~` | | 89 | |`KC_NONUS_HASH` |`KC_NUHS` |Non-US `#` and `~` | |
| 90 | |`KC_SCOLON` |`KC_SCLN` |`;` and `:` | | 90 | |`KC_SCOLON` |`KC_SCLN` |`;` and `:` | |
| 91 | |`KC_QUOTE` |`KC_QUOT` |`'` and `"` | | 91 | |`KC_QUOTE` |`KC_QUOT` |`'` and `"` | |
| @@ -93,7 +93,7 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07 | |||
| 93 | |`KC_COMMA` |`KC_COMM` |`,` and `<` | | 93 | |`KC_COMMA` |`KC_COMM` |`,` and `<` | |
| 94 | |`KC_DOT` | |`.` and `>` | | 94 | |`KC_DOT` | |`.` and `>` | |
| 95 | |`KC_SLASH` |`KC_SLSH` |`/` and `?` | | 95 | |`KC_SLASH` |`KC_SLSH` |`/` and `?` | |
| 96 | |`KC_NONUS_BSLASH`|`KC_NUBS` |Non-US `\` and <code>|</code> | | 96 | |`KC_NONUS_BSLASH`|`KC_NUBS` |Non-US `\` and `\|` | |
| 97 | 97 | ||
| 98 | ## Lock Keys | 98 | ## Lock Keys |
| 99 | 99 | ||
| @@ -121,26 +121,26 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07 | |||
| 121 | 121 | ||
| 122 | ## International | 122 | ## International |
| 123 | 123 | ||
| 124 | |Key |Aliases |Description | | 124 | |Key |Aliases |Description | |
| 125 | |----------|---------|-------------------------------| | 125 | |----------|---------|---------------------| |
| 126 | |`KC_INT1` |`KC_RO` |JIS `\` and `_` | | 126 | |`KC_INT1` |`KC_RO` |JIS `\` and `_` | |
| 127 | |`KC_INT2` |`KC_KANA`|JIS Katakana/Hiragana | | 127 | |`KC_INT2` |`KC_KANA`|JIS Katakana/Hiragana| |
| 128 | |`KC_INT3` |`KC_JYEN`|JIS `¥` and <code>|</code>| | 128 | |`KC_INT3` |`KC_JYEN`|JIS `¥` and `\|` | |
| 129 | |`KC_INT4` |`KC_HENK`|JIS Henkan | | 129 | |`KC_INT4` |`KC_HENK`|JIS Henkan | |
| 130 | |`KC_INT5` |`KC_MHEN`|JIS Muhenkan | | 130 | |`KC_INT5` |`KC_MHEN`|JIS Muhenkan | |
| 131 | |`KC_INT6` | |JIS Numpad `,` | | 131 | |`KC_INT6` | |JIS Numpad `,` | |
| 132 | |`KC_INT7` | |International 7 | | 132 | |`KC_INT7` | |International 7 | |
| 133 | |`KC_INT8` | |International 8 | | 133 | |`KC_INT8` | |International 8 | |
| 134 | |`KC_INT9` | |International 9 | | 134 | |`KC_INT9` | |International 9 | |
| 135 | |`KC_LANG1`|`KC_HAEN`|Hangul/English | | 135 | |`KC_LANG1`|`KC_HAEN`|Hangul/English | |
| 136 | |`KC_LANG2`|`KC_HANJ`|Hanja | | 136 | |`KC_LANG2`|`KC_HANJ`|Hanja | |
| 137 | |`KC_LANG3`| |JIS Katakana | | 137 | |`KC_LANG3`| |JIS Katakana | |
| 138 | |`KC_LANG4`| |JIS Hiragana | | 138 | |`KC_LANG4`| |JIS Hiragana | |
| 139 | |`KC_LANG5`| |JIS Zenkaku/Hankaku | | 139 | |`KC_LANG5`| |JIS Zenkaku/Hankaku | |
| 140 | |`KC_LANG6`| |Language 6 | | 140 | |`KC_LANG6`| |Language 6 | |
| 141 | |`KC_LANG7`| |Language 7 | | 141 | |`KC_LANG7`| |Language 7 | |
| 142 | |`KC_LANG8`| |Language 8 | | 142 | |`KC_LANG8`| |Language 8 | |
| 143 | |`KC_LANG9`| |Language 9 | | 143 | |`KC_LANG9`| |Language 9 | |
| 144 | 144 | ||
| 145 | ## Commands | 145 | ## Commands |
| 146 | 146 | ||
diff --git a/docs/keycodes_us_ansi_shifted.md b/docs/keycodes_us_ansi_shifted.md index 41d603592..85dd61759 100644 --- a/docs/keycodes_us_ansi_shifted.md +++ b/docs/keycodes_us_ansi_shifted.md | |||
| @@ -12,26 +12,26 @@ To fix this, open Remote Desktop Connection, click on "Show Options", open the t | |||
| 12 | 12 | ||
| 13 | ## Keycodes | 13 | ## Keycodes |
| 14 | 14 | ||
| 15 | |Key |Aliases |Description | | 15 | |Key |Aliases |Description| |
| 16 | |------------------------|-------------------|-------------------| | 16 | |------------------------|-------------------|-----------| |
| 17 | |`KC_TILDE` |`KC_TILD` |`~` | | 17 | |`KC_TILDE` |`KC_TILD` |`~` | |
| 18 | |`KC_EXCLAIM` |`KC_EXLM` |`!` | | 18 | |`KC_EXCLAIM` |`KC_EXLM` |`!` | |
| 19 | |`KC_AT` | |`@` | | 19 | |`KC_AT` | |`@` | |
| 20 | |`KC_HASH` | |`#` | | 20 | |`KC_HASH` | |`#` | |
| 21 | |`KC_DOLLAR` |`KC_DLR` |`$` | | 21 | |`KC_DOLLAR` |`KC_DLR` |`$` | |
| 22 | |`KC_PERCENT` |`KC_PERC` |`%` | | 22 | |`KC_PERCENT` |`KC_PERC` |`%` | |
| 23 | |`KC_CIRCUMFLEX` |`KC_CIRC` |`^` | | 23 | |`KC_CIRCUMFLEX` |`KC_CIRC` |`^` | |
| 24 | |`KC_AMPERSAND` |`KC_AMPR` |`&` | | 24 | |`KC_AMPERSAND` |`KC_AMPR` |`&` | |
| 25 | |`KC_ASTERISK` |`KC_ASTR` |`*` | | 25 | |`KC_ASTERISK` |`KC_ASTR` |`*` | |
| 26 | |`KC_LEFT_PAREN` |`KC_LPRN` |`(` | | 26 | |`KC_LEFT_PAREN` |`KC_LPRN` |`(` | |
| 27 | |`KC_RIGHT_PAREN` |`KC_RPRN` |`)` | | 27 | |`KC_RIGHT_PAREN` |`KC_RPRN` |`)` | |
| 28 | |`KC_UNDERSCORE` |`KC_UNDS` |`_` | | 28 | |`KC_UNDERSCORE` |`KC_UNDS` |`_` | |
| 29 | |`KC_PLUS` | |`+` | | 29 | |`KC_PLUS` | |`+` | |
| 30 | |`KC_LEFT_CURLY_BRACE` |`KC_LCBR` |`{` | | 30 | |`KC_LEFT_CURLY_BRACE` |`KC_LCBR` |`{` | |
| 31 | |`KC_RIGHT_CURLY_BRACE` |`KC_RCBR` |`}` | | 31 | |`KC_RIGHT_CURLY_BRACE` |`KC_RCBR` |`}` | |
| 32 | |`KC_PIPE` | |<code>|</code>| | 32 | |`KC_PIPE` | |`\|` | |
| 33 | |`KC_COLON` |`KC_COLN` |`:` | | 33 | |`KC_COLON` |`KC_COLN` |`:` | |
| 34 | |`KC_DOUBLE_QUOTE` |`KC_DQUO`, `KC_DQT`|`"` | | 34 | |`KC_DOUBLE_QUOTE` |`KC_DQUO`, `KC_DQT`|`"` | |
| 35 | |`KC_LEFT_ANGLE_BRACKET` |`KC_LABK`, `KC_LT` |`<` | | 35 | |`KC_LEFT_ANGLE_BRACKET` |`KC_LABK`, `KC_LT` |`<` | |
| 36 | |`KC_RIGHT_ANGLE_BRACKET`|`KC_RABK`, `KC_GT` |`>` | | 36 | |`KC_RIGHT_ANGLE_BRACKET`|`KC_RABK`, `KC_GT` |`>` | |
| 37 | |`KC_QUESTION` |`KC_QUES` |`?` | | 37 | |`KC_QUESTION` |`KC_QUES` |`?` | |
