diff options
Diffstat (limited to 'docs/keycodes.md')
| -rw-r--r-- | docs/keycodes.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 6d8525393..bd325b7fa 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
| @@ -454,7 +454,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
| 454 | 454 | ||
| 455 | ## [Unicode Support](feature_unicode.md) | 455 | ## [Unicode Support](feature_unicode.md) |
| 456 | 456 | ||
| 457 | |Key |Aliases| | | 457 | |Key |Description | |
| 458 | |------------|-------|-------------------------------------------------| | 458 | |-------|---------------------------------------------------------------------------| |
| 459 | |`UNICODE(n)`|`UC(n)`|Send Unicode character `n` | | 459 | |`UC(c)`|Send Unicode code point `c` (`UNICODE_ENABLE`) | |
| 460 | |`X(n)` | |Send Unicode character `n` via a different method| | 460 | |`X(i)` |Send Unicode code point at index `i` in `unicode_map` (`UNICODEMAP_ENABLE`)| |
