AutoIt Send
Version vom 25. November 2016, 22:42 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt ControlSend.png == Description == Sends simulated keystrokes to the active window. == Input Pins == *'''keys'''<br>A string of c…“)
Inhaltsverzeichnis
Schema[Bearbeiten]
Description[Bearbeiten]
Sends simulated keystrokes to the active window.
Input Pins[Bearbeiten]
- keys
A string of characters to be sent to the active window - flag
Passed on as nMode parameter to the "AU3_Send"-function (see autoIt documentation)
Revisions[Bearbeiten]
This block is in the AutoIt Library since 1.0.
Back to AutoIt Library.
Previous: AutoIt [ MenuSelectItem ]
Next: AutoIt [ GetText ]