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
22 changed files with 23 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ void td_diamond_osx (qk_tap_dance_state_t *state, void *user_data) {
if (state->count == 1) {
register_unicode(0x2666); // ♦
} else {
set_unicode_input_mode(UC_OSX);
set_unicode_input_mode(UC_MAC);
}
reset_tap_dance(state);
}