AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to use controlsend

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
mcanonym



Joined: 19 Jan 2008
Posts: 2

PostPosted: Sat Jan 19, 2008 12:14 am    Post subject: how to use controlsend Reply with quote

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
View user's profile Send private message
psjw12



Joined: 10 May 2007
Posts: 25

PostPosted: Sat Jan 19, 2008 12:19 am    Post subject: Reply with quote

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
View user's profile Send private message
Sakurako



Joined: 10 May 2007
Posts: 149
Location: China/ Canada

PostPosted: Sat Jan 19, 2008 12:58 am    Post subject: Reply with quote

Code:
ControlSend,, key to send, window to check

_________________
Back to top
View user's profile Send private message Visit poster's website
mcanonym



Joined: 19 Jan 2008
Posts: 2

PostPosted: Sat Jan 19, 2008 7:31 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group