ESP32-BLE-Keyboard icon indicating copy to clipboard operation
ESP32-BLE-Keyboard copied to clipboard

Assistant Trigger on Android

Open SameeranB opened this issue 4 years ago • 2 comments

There doesn't seem to be a dedicated key for the Android assistant Trigger even though Android does have a HID code for it. Any idea how I can trigger the assistant or atleast send custom HID codes to my android device using this library

SameeranB avatar Jan 24 '21 19:01 SameeranB

If it's possible with the USB Keyboard library, the it should be possible the same way with the BLE Keyboard library. This library is just supposed to have the same features and API as the USB Keyboard library. I have no plans to expand the functionality.

T-vK avatar Jan 24 '21 20:01 T-vK

You could try find a key code that works for you. Example: https://forum.arduino.cc/t/solved-keycode-for-the-menu-key/238925/2

T-vK avatar Aug 27 '21 13:08 T-vK