1
0
Fork 0

Deprecate send_unicode_hex_string() (#12602)

This commit is contained in:
Ryan 2021-05-14 03:25:40 +10:00 committed by GitHub
parent cae9eb4d8d
commit 04ab5de73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 128 additions and 140 deletions

View file

@ -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: