Type text into active field
| Field | Type | Default | Description |
|---|---|---|---|
text | string | required | Text to type |
method | string | "keys" | "keys", "paste", or "shortcut" |
| Method | Description |
|---|---|
keys | Simulate individual keystrokes. Works everywhere, slower for long text. |
paste | Paste via clipboard. Fast for long text, may not work in all contexts. |
shortcut | Uses iOS Shortcut for clipboard. Requires shortcut setup. Fast and reliable. |