Unicode fix for new wincompose version (#5082)

* unicode fix for new wincompose version

* move wincompose case to linux

* Change unicode input end to enter
master
cubimon 2019-03-17 18:35:14 +01:00 committed by Drashna Jaelre
parent c74b11a959
commit f9f0a31904
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ void unicode_input_finish(void) {
case UC_WIN:
unregister_code(KC_LALT);
break;
case UC_WINC:
tap_code(KC_ENTER);
break;
}
set_mods(saved_mods); // Reregister previously set mods