Need a script Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
gaihera

Need a script

04 Oct 2017, 07:29

im trying to make a script that presses g once while mouse1 is held and then clicks it again when mouse1 is let go
User avatar
rommmcek
Posts: 1474
Joined: 15 Aug 2014, 15:18

Re: Need a script  Topic is solved

04 Oct 2017, 15:49

Maybe something like this:

Code: Select all

#NoEnv
~LButton::
	Send, q
	KeyWait, LButton
	Send, {Click}
return
Esc::ExitApp
or you might want remove tilde.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: CuriousDad, rc76 and 239 guests