mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Unicode fix for new wincompose version (#5082)
* unicode fix for new wincompose version * move wincompose case to linux * Change unicode input end to enter
This commit is contained in:
parent
c74b11a959
commit
f9f0a31904
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ void unicode_input_finish(void) {
|
||||||
case UC_WIN:
|
case UC_WIN:
|
||||||
unregister_code(KC_LALT);
|
unregister_code(KC_LALT);
|
||||||
break;
|
break;
|
||||||
|
case UC_WINC:
|
||||||
|
tap_code(KC_ENTER);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
set_mods(saved_mods); // Reregister previously set mods
|
set_mods(saved_mods); // Reregister previously set mods
|
||||||
|
|
Loading…
Reference in a new issue