GregsStack / InputSimulatorStandard

Input Simulator Standard
MIT License
70 stars 7 forks source link

Repeat not working #145

Open Slion opened 2 years ago

Slion commented 2 years ago

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.

Slion commented 2 years ago

However I remember I tested that before in notepad and it did not work there but it seems to work when used in that MechWarrior Online game.

Slion commented 2 years ago

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.