Triggers on a controller help

Ask gaming related questions (AHK v1.1 and older)
EgyptianPenguin
Posts: 2
Joined: 20 Apr 2021, 22:46

Triggers on a controller help

20 Apr 2021, 22:56

I have this so far:

Code: Select all

#SingleInstance, Force
toggle = 0
#MaxThreadsPerHotkey 2

Alt::Toggle := !Toggle
return
     #If (Toggle = 1)
	$LButton::
			While (GetKeyState("LButton", "P")) {
			SendInput, {Blind}{LButton}
			Sleep, 25
		}
	return
#If
[Mod edit: [code][/code] tags added.]

What I want is to make it so when I press B on an xbox controller, It lets me spam RT by holding it down. Can you help me accomplish this?
User avatar
boiler
Posts: 16902
Joined: 21 Dec 2014, 02:44

Re: Triggers on a controller help

21 Apr 2021, 06:53

You can’t send controller buttons or triggers using AHK, although perhaps other software can help as explained here.
EgyptianPenguin
Posts: 2
Joined: 20 Apr 2021, 22:46

Re: Triggers on a controller help

22 Apr 2021, 23:39

boiler wrote:
21 Apr 2021, 06:53
You can’t send controller buttons or triggers using AHK, although perhaps other software can help as explained here.
Ok, I still know very little and I don't know if this has the information I need.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Google [Bot] and 42 guests