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
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 ...
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();
The text was updated successfully, but these errors were encountered: