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
Yes
Library is prepared to send only 1 key pressed at a time, so if you send another key press, the previous should be detected as released/de-pressed.
Hello.
First of all, thank you very much for the fantastic libraries.
I'm trying to make an ESP32-S3 behave as a keyboard+mouse.
Everything works correctly, but I have a question.
I want that when I hold down a button, the keyboard key is also pressed, I achieve that with "sendPress".
If, for example, I hold down the "A" and "S" keys, I release the "S" key and hold down the "A" key. How do I do it?
If I execute "sendRelease", as I understand it stops pressing all the keys.
Sorry for my English from Google Translate!!!
Thank you so much!!!!
Greetings.
The text was updated successfully, but these errors were encountered: