Browse Source

add wait to unicode for win (#15061)

Co-authored-by: Markus Fritsche <fritsche.markus@gmail.com>
Markus Fritsche 3 years ago
parent
commit
8323177472
1 changed files with 1 additions and 0 deletions
  1. 1 0
      quantum/process_keycode/process_unicode_common.c

+ 1 - 0
quantum/process_keycode/process_unicode_common.c

@@ -100,6 +100,7 @@ __attribute__((weak)) void unicode_input_start(void) {
             break;
         case UC_WIN:
             register_code(KC_LALT);
+            wait_ms(UNICODE_TYPE_DELAY);
             tap_code(KC_PPLS);
             break;
         case UC_WINC: