diff options
author | Marco Fontani <MFONTANI@cpan.org> | 2017-08-28 20:05:42 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-30 11:38:03 -0400 |
commit | da83f04a30903a98b9a8dbe29c2d6cef4f9da3a7 (patch) | |
tree | aac5317daca48e2598e97a1e6f9484f39ab5d1a7 /quantum/process_keycode/process_unicode_common.h | |
parent | 9987f9dcffa8b33e09dc3147088a102df5a6da7d (diff) |
add UC_OSX_RALT to make unicode use the Right Alt key on OSX
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r-- | quantum/process_keycode/process_unicode_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h index f5be1da5cb..4d2b04fb39 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) |