Browse Source

Unicode fix for new wincompose version (#5082)

* unicode fix for new wincompose version

* move wincompose case to linux

* Change unicode input end to enter
pull/5432/head 0.6.314
cubimon 5 years ago
committed by Drashna Jaelre
parent
commit
f9f0a31904
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      quantum/process_keycode/process_unicode_common.c

+ 3
- 0
quantum/process_keycode/process_unicode_common.c 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


Loading…
Cancel
Save