need help for script Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
benji9
Posts: 2
Joined: 07 Feb 2019, 19:24

need help for script

07 Feb 2019, 19:36

Esc::ExitApp
q::
Click 70, 740
sleep 1000
Click 90, 87

w::
Click 70, 740
sleep 1000
Click 180, 87

How can I separate both?
(if I press q it also does w)
hd0202
Posts: 183
Joined: 04 Oct 2013, 03:07
Location: Germany near Cologne

Re: need help for script  Topic is solved

07 Feb 2019, 21:27

Code: Select all

return
Hubert
AviationGuy
Posts: 188
Joined: 17 Jan 2019, 10:13

Re: need help for script

08 Feb 2019, 03:07

Code: Select all

q::
Click 70, 740
sleep 1000
Click 90, 87
return

w::
Click 70, 740
sleep 1000
Click 180, 87
return

Esc::ExitApp
You'll need to end the hotkey, otherwise 'q' will continue to run until the end of your script, same goes for 'w'.
Return: https://autohotkey.com/docs/commands/Return.htm
benji9
Posts: 2
Joined: 07 Feb 2019, 19:24

Re: need help for script

08 Feb 2019, 17:21

worked thx

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: LuckyJoe, shiori4 and 159 guests