キー入力を指定のウィンドウやコントロールに送信
ControlSend [,Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText] ControlSendRaw [,Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText]
引数名 | 説明 |
---|---|
Control | コントロールを指定。 ウィンドウ指定の方法参照。 省略時は、一番上のコントロールかウィンドウ自身。 |
Keys | 送信するキー入力。 詳しくはSend参照。 |
WinTitle | ウィンドウタイトルなど。 ウィンドウ指定の方法参照。 |
WinText | ウィンドウに含まれるテキスト |
ExcludeTitle | 除外タイトル |
ExcludeText | 除外テキスト |
成功時は「0」、失敗時は「1」。
ControlSendRawでは、「{Enter}」や「^c」のような特殊キーを解釈せず、Keysに指定したテキストを直接打ち込む。
1キー入力ごとに、SetKeyDelayで指定した間隔をあけて入力される。
SetKeyDelay, Control, ControlGet, ControlGetText, ControlMove, ControlGetPos, ControlClick, ControlSetText, ControlFocus, Send, Automating Winamp
ControlSend, Edit1, This is a line of text in the notepad window., Untitled
SetTitleMatchMode, 2 ControlSend, , abc, cmd.exe ; Send directly to a command prompt window.