diff options
author | Sergey Lebedev <s.lebedev@li.ru> | 2016-10-29 22:08:11 +0300 |
---|---|---|
committer | Sergey Lebedev <s.lebedev@li.ru> | 2016-10-29 22:08:11 +0300 |
commit | 552f469dfc0368682151e3e97aba856e4ff75526 (patch) | |
tree | e006b684f07bdb5425a3d9805ed3ba21a1619e2c /readme.md | |
parent | f44ead146214381aa78344f1d4fe3e1b24010c95 (diff) | |
download | qmk_firmware-552f469dfc0368682151e3e97aba856e4ff75526.tar.gz qmk_firmware-552f469dfc0368682151e3e97aba856e4ff75526.zip |
Add link to article about Unicode Hex Input in readme
For me it wasn't clear what is `Unicode Hex Input`, that article
clarifies it (at least for me).
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -906,7 +906,7 @@ In `quantum/keymap_extras/`, you'll see various language files - these work the | |||
906 | 906 | ||
907 | ## Unicode support | 907 | ## Unicode support |
908 | 908 | ||
909 | You can currently send 4 hex digits with your OS-specific modifier key (RALT for OSX with the "Unicode Hex Input" layout) - this is currently limited to supporting one OS at a time, and requires a recompile for switching. 8 digit hex codes are being worked on. The keycode function is `UC(n)`, where *n* is a 4 digit hexidecimal. Enable from the Makefile. | 909 | You can currently send 4 hex digits with your OS-specific modifier key (RALT for OSX with the "Unicode Hex Input" layout, see [this article](http://www.poynton.com/notes/misc/mac-unicode-hex-input.html) to learn more) - this is currently limited to supporting one OS at a time, and requires a recompile for switching. 8 digit hex codes are being worked on. The keycode function is `UC(n)`, where *n* is a 4 digit hexidecimal. Enable from the Makefile. |
910 | 910 | ||
911 | ## Backlight Breathing | 911 | ## Backlight Breathing |
912 | 912 | ||