AutoHotKey Tutorial - Basics
Loading...
20,208
Loading...
Uploader Comments (AHKTutorials)
see all
All Comments (18)
-
I get #Single Instance ? i looked at the help file but it doesnt help em at all XD i would like to know what to do about it ?
-
i cannot get this to work
i want to increase the screen brightnes by one everytime i use alt+f6 but it will not work,
-
@tktaz51 i fucking love computers
-
i have a question, how do i get one key to click in teo different places at two different times?
-
--> AUTO KEYBOT <--
Undetected key/mouse clicker!
-
hi. can you teach me how to loop the left/right arrow then pause after a second then back again from loop
-
Im trying to make a macro for an online game in order to swing my weapon every 15 seconds (swing is left click) how do you do this
Loading...
how to pause/ continue an infinite loop with the press of a button?
Defornech 11 months ago
@Defornech hmm...
try adding:
(name of button)::pause
AHKTutorials 11 months ago
I cannot get this to work.
I want to loop the space button 10 times, but it will not work for me.
madniz696 1 year ago
@madniz696
Loop, 10 {
send {space}
sleep 50 ; add the sleep command, sometimes applications cannot receive letters as fast as ahk sends them
}
AHKTutorials 1 year ago 3
@AHKTutorials
Thanks for the help =D
Now how would you do a command that would hold down an arrow key, and Press the letter U and then release the arrow key?
madniz696 1 year ago
@madniz696 Looking through the website that tells you how all the commands work would help you a lot. :P
AHKTutorials 1 year ago 3