AutoIt Send: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
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…“) |
Cg (Diskussion | Beiträge) |
||
Zeile 16: | Zeile 16: | ||
<hr> |
<hr> |
||
Back to [[AutoIt Library#Window Control Specific Functions|AutoIt Library]].<br> |
Back to [[AutoIt Library#Window Control Specific Functions|AutoIt Library]].<br> |
||
Previous: [[AutoIt |
Previous: [[AutoIt Click|AutoIt [ Click]]]<br> |
||
Next: [[AutoIt GetText|AutoIt [ GetText ]]] |
Next: [[AutoIt GetText|AutoIt [ GetText ]]] |
||
Version vom 25. November 2016, 22:43 Uhr
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 [ Click]
Next: AutoIt [ GetText ]