summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-05-14 03:25:40 +1000
committerGitHub <noreply@github.com>2021-05-14 03:25:40 +1000
commit04ab5de73cbf342adb1ca551cca20fac9535abad (patch)
treea5caf91d02a3e6d6bfce4d6c6f779cf00f05af4b /docs
parentcae9eb4d8d911576fdd424e1b49f832ede26c2f5 (diff)
Deprecate `send_unicode_hex_string()` (#12602)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_unicode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md
index 1208ac0064..6c3e2a1a2f 100644
--- a/docs/feature_unicode.md
+++ b/docs/feature_unicode.md
@@ -230,7 +230,7 @@ send_unicode_string("(ノಠ痊ಠ)ノ彡┻━┻");
Example uses include sending Unicode strings when a key is pressed, as described in [Macros](feature_macros.md).
-### `send_unicode_hex_string()`
+### `send_unicode_hex_string()` (Deprecated)
Similar to `send_unicode_string()`, but the characters are represented by their Unicode code points, written in hexadecimal and separated by spaces. For example, the table flip above would be achieved with: