type_text
Input text into the currently focused window by simulating keystrokes. Ideal for automating form filling, command entry, and keyboard-driven workflows on Linux.
Instructions
Type a string into the currently-focused window (emits keystrokes). Use key_press for special/modifier combos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| delay | No | Milliseconds between keystrokes. Default 12. |