Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Gaming • Re: RButton and loop help?

$
0
0

CODE:

#Requires AutoHotkey v2.0
ct := () => Send('^t')

~RButton::e

F3:: {
Static on := False
If on := !on
SetTimer(ct, 10720), ct()
Else SetTimer(ct, 0)
SoundBeep 1000 + 500 * on
}

Statistics: Posted by mikeyww — Today, 09:04



Viewing all articles
Browse latest Browse all 579

Trending Articles