diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-15 01:47:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 14:47:36 +0000 |
commit | 9e92d8a9054329200661efbc92022af7c67675bb (patch) | |
tree | 6092f2e00004d45b54bdf697a778ce10a0ef3620 | |
parent | 61f0292f11abbfc2665e4bf6414fcd4352a46365 (diff) |
Make note of upper limit for `UC()` (#15870)
-rw-r--r-- | docs/keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index ba06e1b8b6..84a6d456ba 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md @@ -763,7 +763,7 @@ See also: [Unicode Support](feature_unicode.md) |Key |Aliases |Description | |----------------------|---------|----------------------------------------------------------------| -|`UC(c)` | |Send Unicode code point `c` | +|`UC(c)` | |Send Unicode code point `c`, up to `0x7FFF` | |`X(i)` | |Send Unicode code point at index `i` in `unicode_map` | |`XP(i, j)` | |Send Unicode code point at index `i`, or `j` if Shift/Caps is on| |`UNICODE_MODE_FORWARD`|`UC_MOD` |Cycle through selected input modes | |