add wait to unicode for win (#15061)
Co-authored-by: Markus Fritsche <fritsche.markus@gmail.com>
This commit is contained in:
parent
57f63e43d8
commit
8323177472
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue