From 62366481699187423891a0d8a385e4f3e5dcb118 Mon Sep 17 00:00:00 2001 From: zvecr Date: Fri, 14 Jan 2022 14:49:27 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=209e92d8a9054329200661efbc92022af7c67675bb=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keycodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keycodes.md b/keycodes.md index ba06e1b8b68..84a6d456ba3 100644 --- a/keycodes.md +++ b/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 |