diff options
Diffstat (limited to 'docs/feature_unicode.md')
-rw-r--r-- | docs/feature_unicode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md index 1208ac006..6c3e2a1a2 100644 --- a/docs/feature_unicode.md +++ b/docs/feature_unicode.md | |||
@@ -230,7 +230,7 @@ send_unicode_string("(ノಠ痊ಠ)ノ彡┻━┻"); | |||
230 | 230 | ||
231 | Example uses include sending Unicode strings when a key is pressed, as described in [Macros](feature_macros.md). | 231 | Example uses include sending Unicode strings when a key is pressed, as described in [Macros](feature_macros.md). |
232 | 232 | ||
233 | ### `send_unicode_hex_string()` | 233 | ### `send_unicode_hex_string()` (Deprecated) |
234 | 234 | ||
235 | 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: | 235 | 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: |
236 | 236 | ||