1
0
Fork 0

Remove UNICODE_KEY_OSX and UC_OSX (#18290)

This commit is contained in:
Ryan 2022-09-07 03:07:08 +10:00 committed by GitHub
parent c6ab11bc45
commit 8833b28361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 23 additions and 34 deletions

View file

@ -67,7 +67,7 @@ void set_os(uint8_t os) {
#if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) || defined(UCIS_ENABLE)
switch (os) {
case _OS_MACOS:
set_unicode_input_mode(UC_OSX);
set_unicode_input_mode(UC_MAC);
break;
case _OS_LINUX:
set_unicode_input_mode(UC_LNX);