AutoIt Send: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
|||
Zeile 7: | Zeile 7: | ||
== Input Pins == |
== Input Pins == |
||
*'''keys'''<br>A string of characters to be sent to the active window |
*'''keys'''<br>A string of characters to be sent to the active window |
||
*'''flag'''<br>Passed on as nMode parameter to the "AU3_Send"-function (see |
*'''flag'''<br>Passed on as nMode parameter to the "AU3_Send"-function (see AutoIt documentation) |
||
== Revisions == |
== Revisions == |
||
Zeile 14: | Zeile 14: | ||
<!--AutoUpdateNavPanel--> |
<!--AutoUpdateNavPanel--> |
||
---- |
|||
<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 Click|AutoIt [ Click]]]<br> |
Previous: [[AutoIt Click|AutoIt [ Click ]]]<br> |
||
Next: [[AutoIt GetText|AutoIt [ GetText ]]] |
Next: [[AutoIt GetText|AutoIt [ GetText ]]] |
||
Aktuelle Version vom 15. Juli 2017, 15:55 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 ]