]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Unicode fix for new wincompose version (#5082)
authorcubimon <Cubimon93@googlemail.com>
Sun, 17 Mar 2019 17:35:14 +0000 (18:35 +0100)
committerDrashna Jaelre <drashna@live.com>
Sun, 17 Mar 2019 17:35:14 +0000 (10:35 -0700)
* unicode fix for new wincompose version

* move wincompose case to linux

* Change unicode input end to enter

quantum/process_keycode/process_unicode_common.c

index b64feb7003b19faa3351d89e351481787d11cc09..d0a9cf2324d42c648f4eaa8787308dfdbcad0095 100644 (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