SyntheticInput.sendSyntheticInput

Simulates typing a string into the keyboard.

struct SyntheticInput
void
sendSyntheticInput
(
string s
)

Bugs

On X11, this ONLY works with basic ascii! On Windows, it can handle more.

Not implemented except on Windows and X11.

Meta