diff options
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 | |||
| 326 | `UNICODEMAP_ENABLE` | 326 | `UNICODEMAP_ENABLE` |
| 327 | 327 | ||
| 328 | This allows sending unicode symbols using `X(<unicode>)` in your keymap. Codes | 328 | This allows sending unicode symbols using `X(<unicode>)` in your keymap. Codes |
| 329 | up to 0xFFFFF are supported, including emojis. But you need to maintain a | 329 | up to 0xFFFFFFFF are supported, including emojis. You will need to maintain |
| 330 | separate mapping table in your keymap file. | 330 | a separate mapping table in your keymap file. |
| 331 | |||
| 332 | Known limitations: | ||
| 333 | - Under Mac OS, only codes up to 0xFFFF are supported. | ||
| 334 | - Under Linux ibus, only codes up to 0xFFFFF are supported (but anything important is still under this limit for now). | ||
| 335 | |||
| 336 | Characters out of range supported by the OS will be ignored. | ||
| 331 | 337 | ||
| 332 | `BLUETOOTH_ENABLE` | 338 | `BLUETOOTH_ENABLE` |
| 333 | 339 | ||
