T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.27k stars 378 forks source link

How to press windows key? #284

Closed 4-codedev closed 4 months ago

4-codedev commented 4 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

Thanks.