Repeating a key in one window

Ask gaming related questions (AHK v1.1 and older)
JimboInLimbo
Posts: 2
Joined: 18 Sep 2017, 18:51

Repeating a key in one window

18 Sep 2017, 19:06

Hi, I'm new to AutoHotKey and I was wondering if there's any way to repeat the key "f" over and over in a specific window
User avatar
Reloaded
Posts: 283
Joined: 25 Aug 2017, 08:48

Re: Repeating a key in one window

24 Sep 2017, 05:27

Yup

Code: Select all

#IfWinActive, Chrome.exe 		;Write here your Window name the Windows name you can get with AU3_Spy.exe.

Loop
Send, F


F1::								;And with "F1" you can Toggle the Script.
   Suspend, Permit
   SusToggle := !SusToggle
   If (SusToggle)
   {   Suspend, On
   }
   Else
   {   Suspend Off
   }
   Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Rohwedder and 80 guests