send_keys
Simulate keyboard input by sending text or special keys to Scenic applications. Use modifiers like ctrl, shift, alt, or meta for complex interactions. Ideal for testing and automation via Scenic MCP server.
Instructions
Send keyboard input to the connected Scenic application
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | No | Special key name (e.g., enter, escape, tab, backspace, delete, up, down, left, right, home, end, page_up, page_down, f1-f12) | |
modifiers | No | Modifier keys to hold while pressing the key | |
text | No | Text to type (each character will be sent as individual key presses) |