 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
mcanonym
Joined: 19 Jan 2008 Posts: 2
|
Posted: Sat Jan 19, 2008 12:14 am Post subject: how to use controlsend |
|
|
I don´t get how to use it
Controlsend,[don.t know what ya write here],[text you want to send], [name of the window?] |
|
| Back to top |
|
 |
psjw12
Joined: 10 May 2007 Posts: 25
|
Posted: Sat Jan 19, 2008 12:19 am Post subject: |
|
|
I'm not sure if you know but you will need an understanding of what a control is. You'll also need the spy tool that comes with AutoHotkey to identify a control.
Read over the help file carefully it explains how to use the command. |
|
| Back to top |
|
 |
Sakurako
Joined: 10 May 2007 Posts: 149 Location: China/ Canada
|
Posted: Sat Jan 19, 2008 12:58 am Post subject: |
|
|
| Code: | | ControlSend,, key to send, window to check |
_________________
 |
|
| Back to top |
|
 |
mcanonym
Joined: 19 Jan 2008 Posts: 2
|
Posted: Sat Jan 19, 2008 7:31 am Post subject: |
|
|
and what if the windowname changes a bit?
I have now
| Code: | Controlsend,, {f6}, Schülerverzeichnis
Sleep 50
ControlSend,,javascript:blendPin('profile'){enter}, Schülerverzeichnis
Sleep 100
ControlSend,, ^v, Schülerverzeichnis
Sleep 200
Controlsend,, {f6}, Schülerverzeichnis
ControlSend,, javascript:SendPinn(){Enter}, Schülerverzeichnis
Sleep 1000
ControlSend,, {Backspace}, Schülerverzeichnis |
but it don´t work
he don´t mark the url with f6 and then don´t write the javascript... and so on, what´s the mistake? |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|