Spam key x Times stop press again repeat

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
skyclaw
Posts: 5
Joined: 26 May 2017, 11:02

Spam key x Times stop press again repeat

26 May 2017, 13:25

Need a script that spams "r" 4 times and then stops.I press R then the scrips spams r 4 times then stops i press r again the script spams R 4 times then stops
User avatar
TheDewd
Posts: 1510
Joined: 19 Dec 2013, 11:16
Location: USA

Re: Spam key x Times stop press again repeat

30 May 2017, 15:08

Code: Select all

#SingleInstance, Force

*r::
    Loop, 4 {
        Send, r
    }
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: RandomBoy, Rohwedder and 395 guests