diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-10-26 00:48:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-26 00:48:00 -0400 |
commit | 108d0e89a619f1e002089ff7a41d1cfb58a4fd6a (patch) | |
tree | bb583ce4bfc00efc0ee462aeb0f71c9705881582 /readme.md | |
parent | 3b34cf7e6c06c5aa07ed452b17ba9530afe4fa9e (diff) | |
parent | e7d5dc89f2890007d776f6b613dc9deb473cff22 (diff) |
Merge pull request #842 from priyadi/unicode_map_length
UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -326,8 +326,14 @@ This allows you to send unicode symbols via `UC(<unicode>)` in your keymap. Only `UNICODEMAP_ENABLE` This allows sending unicode symbols using `X(<unicode>)` in your keymap. Codes -up to 0xFFFFF are supported, including emojis. But you need to maintain a -separate mapping table in your keymap file. +up to 0xFFFFFFFF are supported, including emojis. You will need to maintain +a separate mapping table in your keymap file. + +Known limitations: +- Under Mac OS, only codes up to 0xFFFF are supported. +- Under Linux ibus, only codes up to 0xFFFFF are supported (but anything important is still under this limit for now). + +Characters out of range supported by the OS will be ignored. `BLUETOOTH_ENABLE` |