For the complete documentation index, see llms.txt. This page is also available as Markdown.

Press key

Send a key event to the device.

Press key is the action of sending a key event to the mobile device, for example, pressing Enter to search, increasing/decreasing volume, opening the camera...

🎥 Watch the tutorial video: Here.

Explanation of configuration parameters:

  • Key: The name of the key or the Android keycode to send. Acceptable key names include: back, home, menu, power, wakeup, volumeup, volumedown, enter, tab, space, delete, escape, search, camera, copy, paste — or directly enter the Android keycode number, for example, 66 corresponds to the Enter key.

Last updated

Was this helpful?