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