T-vK / ESP32-BLE-Keyboard

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

How to press the windows key? #202

Closed liuhaoyu-China closed 1 year ago

liuhaoyu-China commented 1 year ago

How to press the windows key?

liuhaoyu-China commented 1 year ago

please tell me

gw1770df commented 1 year ago

KEY_LEFT_GUI / KEY_RIGHT_GUI

liuhaoyu-China commented 1 year ago

Ok,thank you!