I'm exclusively using Autohotkey to do some stuff on button presses but finding it doesn't listen specifically enough for the correct button press mapped to a specific PCB pin.
I have a script that, when you hit LT or RT on my PACTO PCB (each one is mapped from the Player 2 LT/RT pins to an arcade button on my CP) it creates a nice gui of a volume bar and raises and lowers the volume. Problem is that every reboot sometimes pressing those buttons triggers 2JoyZ +/- and sometimes 1JoyZ +/-....seems like Windows 11 just randomly switches depending on which button gets recognized first on boot. Do I need to add a layer of Joy2Key in there or can I listen for something other than 2JoyZ? Or perhaps some other solution entirely?