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

Not able to send LEFT_ARROW or any FunctionKeyChar_t #19

Open
bobkelley22 opened this issue Nov 1, 2022 · 1 comment
Open

Not able to send LEFT_ARROW or any FunctionKeyChar_t #19

bobkelley22 opened this issue Nov 1, 2022 · 1 comment

Comments

@bobkelley22
Copy link

I am not able to send function keys using this library. Is there a problem with me (I assume) or with the library? I have used the Arduino forum with no luck. I am using the ble_shining_kb example with a Nano 33 BLE and I can send text but just cannot send a control character from the HIDKeyboardService.h ...

sendCharacter(LEFT_ARROW);
or

KeySym_t testSym_t = KeySym_t(LEFT_ARROW,0); kb->keydown(testSym_t); kb->keyup();

@theraa
Copy link

theraa commented Mar 13, 2023

same problem here 😞

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