summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarco Fontani <MFONTANI@cpan.org>2017-08-28 20:05:42 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-30 17:38:03 +0200
commitda83f04a30903a98b9a8dbe29c2d6cef4f9da3a7 (patch)
treeaac5317daca48e2598e97a1e6f9484f39ab5d1a7 /docs
parent9987f9dcffa8b33e09dc3147088a102df5a6da7d (diff)
downloadqmk_firmware-da83f04a30903a98b9a8dbe29c2d6cef4f9da3a7.tar.gz
qmk_firmware-da83f04a30903a98b9a8dbe29c2d6cef4f9da3a7.tar.xz
add UC_OSX_RALT to make unicode use the Right Alt key on OSX
Diffstat (limited to 'docs')
-rw-r--r--docs/unicode.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/unicode.md b/docs/unicode.md
index ae722fe2b..2dfb38d96 100644
--- a/docs/unicode.md
+++ b/docs/unicode.md
@@ -24,6 +24,7 @@ sort of like macro. Unfortunately, each OS has different ideas on how Unicode is
This is the current list of Unicode input method in QMK:
* UC_OSX: MacOS Unicode Hex Input support. Works only up to 0xFFFF. Disabled by default. To enable: go to System Preferences -> Keyboard -> Input Sources, and enable Unicode Hex.
+* UC_OSX_RALT: Same as UC_OSX, but sends the Rigt Alt key for unicode input
* UC_LNX: Unicode input method under Linux. Works up to 0xFFFFF. Should work almost anywhere on ibus enabled distros. Without ibus, this works under GTK apps, but rarely anywhere else.
* UC_WIN: (not recommended) Windows built-in Unicode input. To enable: create registry key under `HKEY_CURRENT_USER\Control Panel\Input Method\EnableHexNumpad` of type `REG_SZ` called `EnableHexNumpad`, set its value to 1, and reboot. This method is not recommended because of reliability and compatibility issue, use WinCompose method below instead.
* UC_WINC: Windows Unicode input using WinCompose. Requires [WinCompose](https://github.com/samhocevar/wincompose). Works reliably under many (all?) variations of Windows.