We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e328395 commit eb81508Copy full SHA for eb81508
src/keypress.c
@@ -106,6 +106,7 @@ void win32KeyEvent(int key, MMKeyFlags flags)
106
keyboardInput.type = INPUT_KEYBOARD;
107
keyboardInput.ki.wScan = scan;
108
keyboardInput.ki.dwFlags = KEYEVENTF_SCANCODE | flags;
109
+ keyboardInput.ki.time = 0;
110
SendInput(1, &keyboardInput, sizeof(keyboardInput));
111
}
112
#endif
0 commit comments