hotstring Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
zenoriellz
Posts: 6
Joined: 27 Nov 2021, 08:33

hotstring

28 Nov 2021, 09:02

Code: Select all

how can i stop executing the script using the hotstring. having problem dealing with that braces .I just want a plane text that i input in my hotstring

Code: Select all


::happy::

{	
send {a down}	
send {s down}	
send {Numpad4 down}	
sleep 130	
send {a up}	
send {s up}	
send {Numpad4 up}	
}	
 
User avatar
mikeyww
Posts: 26939
Joined: 09 Sep 2014, 18:38

Re: hotstring  Topic is solved

28 Nov 2021, 09:38

I would have a look at some of the examples, and also read about :arrow: Return.

https://www.autohotkey.com/docs/Hotstrings.htm

Code: Select all

::happy::
Send {a down}{s down}{Numpad4 down}
Sleep, 130
Send {Numpad4 up}{s up}{a up}
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: ht55cd3 and 247 guests