key_event
Send key events to an Android device, such as HOME, BACK, or VOLUME_UP, using keycode names or numeric values.
Instructions
Send a key event to the device. Supports keycodes like HOME, BACK, ENTER, VOLUME_UP, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keycode | Yes | Keycode name (e.g., 'HOME', 'BACK') or numeric value | |
| serial | No | Device serial number |