1
0
Fork 0

add UC_OSX_RALT to make unicode use the Right Alt key on OSX

This commit is contained in:
Marco Fontani 2017-08-28 20:05:42 +02:00 committed by Jack Humbert
parent 9987f9dcff
commit da83f04a30
4 changed files with 10 additions and 2 deletions

View file

@ -37,6 +37,7 @@ void register_hex(uint16_t hex);
#define UC_WIN 2 // Windows 'HexNumpad'
#define UC_BSD 3 // BSD (not implemented)
#define UC_WINC 4 // WinCompose https://github.com/samhocevar/wincompose
#define UC_OSX_RALT 5 // Mac OS X using Right Alt key for Unicode Compose
#define UC_BSPC UC(0x0008)