Closed 4-codedev closed 9 months ago
Hello, I am wondering how I would send a press of the windows key. I looked up the virtual key code for the windows key, which is 0x5B (0x5C for the right windows key) But it is only pressing ']' or '/'
I am using the bleKeyboard.press() command
bleKeyboard.press()
Thanks.
Hello, I am wondering how I would send a press of the windows key. I looked up the virtual key code for the windows key, which is 0x5B (0x5C for the right windows key) But it is only pressing ']' or '/'
I am using the
bleKeyboard.press()
commandThanks.