We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to do a piano and joystick (for games with keyboard) with digikeyboard and need "press keys" and release it.
The text was updated successfully, but these errors were encountered:
Same problem other application I want to program a PTT key (push to talk), So I need some kind of
DigiKeyboard.sendKeyPress (KEY_F10); DigiKeyboard.sendKeyRelease (KEY_F10); // release specific keyy DigiKeyboard.sendKeyRelease (); // release all pressed keys
instead of a DigiKeyboard.sendKeyRelease(KEY_F10); function
DigiKeyboard.sendKeyRelease(KEY_F10);
btw. is it possible to use higher function key value as example F13 to F24 some industrial keyboard have some of these
Sorry, something went wrong.
No branches or pull requests
I try to do a piano and joystick (for games with keyboard) with digikeyboard and need "press keys" and release it.
The text was updated successfully, but these errors were encountered: