zen_press_key
Press a specified key, including special keys and modifier combinations, on the active browser page.
Instructions
Send keyboard input to the active page using BiDi input.performActions. Supports special keys like Enter, Tab, Escape, Backspace, and key combinations with modifiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to press: "Enter", "Tab", "Escape", "Backspace", "ArrowDown", etc. For text, use zen_fill instead. | |
| modifiers | No | Modifier keys to hold (e.g. ["ctrl", "shift"]) |