type_text
Insert text into the focused input field, automatically using clipboard paste for non-ASCII characters to ensure compatibility with toolkit canvases.
Instructions
Type at the focused field — unicode-safe. Pure ASCII is typed via xdotool; text with any
non-ASCII char (č/š/ž …) is inserted via the clipboard + ctrl+v, because xdotool's synthetic
unicode keystrokes get silently dropped by some toolkits (e.g. Inkscape's GTK canvas) even
though they work in browsers. observe/settle_ms: see click().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| observe | No | none | |
| instance | No | ||
| settle_ms | No |