-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Press multiple keys at the same time. #60
Comments
mmm that should work, I'm not sure why it's not working for you. What operating system is this? |
I'm on Windows 10 |
I am trying to send keys one or two milliseconds apart. I think I might have to use the something lower level than node. |
So the keyboard functions are blocking, so the send input's do get executed in the correct order. It's weird that it doesn't in your case. |
I set |
I am working on a project where I need to press multiple keys at the same time. I have tried things like.
It doesn't hit them at the same time, I also fiddled with the
autoDelay
but this made the inputs unreliable. Is there a way to archive this? Any help will be much appreciated.The text was updated successfully, but these errors were encountered: