Help with repeating keys for game

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Kingchris909

Help with repeating keys for game

19 Jun 2016, 21:45

^x::
WinActivate, Mount&Blade Warband
Loop

{
WinActivate, Mount&Blade Warband
SendEvent, ^ & x

}
Return


I'm trying to have control+x be repeated rapidly for Mount & Blade Warband so that I can level up troops quickly and not have to mash my finger and keys for ages. I'm not sure what I missed but I need help seeing what is wrong. thanks!
AllUrBaseRBelong2Us
Posts: 35
Joined: 09 Nov 2015, 11:15

Re: Help with repeating keys for game

19 Jun 2016, 22:46

Ctrl + X to start and stop...

Code: Select all

#MaxThreadsPerHotkey 2
$^x::
Toggle := !Toggle

while(Toggle)
{
	
	WinActivate, Mount&Blade Warband
	Send ^x
	
}

Return
Kingchris909

Re: Help with repeating keys for game

20 Jun 2016, 02:11

still does nothing. i think it has something to do with the way the command is interpreted. maybe since it isn't an actual keystroke, it wont accept it.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], peter_ahk and 355 guests