press_key
Simulate a keyboard key press in a live Flutter app to trigger actions like submitting forms or navigating. Supports enter, tab, escape, backspace, arrow keys, and more.
Instructions
Simulates a keyboard key press (e.g. enter, tab, escape, backspace, arrow keys).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name: enter, tab, escape, backspace, delete, space, arrowUp, arrowDown, arrowLeft, arrowRight, home, end, pageUp, pageDown |