Skip to content
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 key and release (DigisparkKeyboard) #9

Open
b4zz4 opened this issue Feb 10, 2016 · 1 comment
Open

Press key and release (DigisparkKeyboard) #9

b4zz4 opened this issue Feb 10, 2016 · 1 comment

Comments

@b4zz4
Copy link

b4zz4 commented Feb 10, 2016

I try to do a piano and joystick (for games with keyboard) with digikeyboard and need "press keys" and release it.

@Udo-Nbg
Copy link

Udo-Nbg commented Jul 10, 2018

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

btw. is it possible to use higher function key value as example F13 to F24
some industrial keyboard have some of these

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants