From da83f04a30903a98b9a8dbe29c2d6cef4f9da3a7 Mon Sep 17 00:00:00 2001 From: Marco Fontani Date: Mon, 28 Aug 2017 20:05:42 +0200 Subject: add UC_OSX_RALT to make unicode use the Right Alt key on OSX --- quantum/process_keycode/process_unicode_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/process_keycode/process_unicode_common.h') diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h index f5be1da5c..4d2b04fb3 100644 --- a/quantum/process_keycode/process_unicode_common.h +++ b/quantum/process_keycode/process_unicode_common.h @@ -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) -- cgit v1.2.3-24-g4f1b