You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I just send a key down event the key won't repeat, it just acts the same as a key press.
I wonder if this could be the issue: https://stackoverflow.com/a/71384213/3969362
Looking quick over the lib code it seems we always send an array of INPUT.
The text was updated successfully, but these errors were encountered:
Yes, looks like that's what it is the events are coming as expect in HID Demo but somehow that does not fool notepad on Windows 10. Down key just won't repeat as they should in notepad. Other software might be fooled though.
If I just send a key down event the key won't repeat, it just acts the same as a key press.
I wonder if this could be the issue: https://stackoverflow.com/a/71384213/3969362
Looking quick over the lib code it seems we always send an array of INPUT.
The text was updated successfully, but these errors were encountered: