Use WinCompose unicode input method instead of HexNumpad
This commit is contained in:
parent
5fa44c594f
commit
c6f6172fd5
@ -405,7 +405,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
case WIN:
|
case WIN:
|
||||||
set_unicode_input_mode(UC_WIN);
|
set_unicode_input_mode(UC_WINC);
|
||||||
#ifdef AUDIO_ENABLE
|
#ifdef AUDIO_ENABLE
|
||||||
PLAY_NOTE_ARRAY(tone_windows, false, 0);
|
PLAY_NOTE_ARRAY(tone_windows, false, 0);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user