3 gamepad buttons on 1

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
Rosaspina
Posts: 1
Joined: 02 Jun 2023, 16:37

3 gamepad buttons on 1

Post by Rosaspina » 02 Jun 2023, 16:47

First of all, hello everyone, I'm new to the forum 🙂
i need help with a simple script, but i don't know if it's possible to make it work on a gamepad.
I have 3 keys on the gamepad, let's call them for convenience A,B,C. I need that pressing A on the pad the script press all 3 keys with a delay of 500 ms between one and the other. i know how to do it with keyboard but not with pad, can someone help me?

User avatar
boiler
Posts: 17127
Joined: 21 Dec 2014, 02:44

Re: 3 gamepad buttons on 1

Post by boiler » 02 Jun 2023, 17:12

Unlike keyboard keys and mouse clicks, AHK cannot send gamepad button presses. It can only read them.

Post Reply

Return to “Ask for Help (v2)”