Hi everyone, recently started a rebuild from scratch of my Launchbox cab and running into a strange issue I can't figure out or find any similar posts for.
Basically I have a newer X-Arcade tankstick with the extra red button, I want to set that button as the Hold Key in Big Box. That key is programmed as the middle mouse button (M3) by X-Arcade and cannot be changed. I have a simple AHK script to translate the middle mouse button to the 'V' key, which works outside of Big Box. If I open Notepad with the script running and press the red button, it inputs as 'V'.
However when I go to Big Box and try to set it as the Hold Key, it keeps entering it as 'LeftShift'. I've confirmed it is still entering as V outside of Windows at the same time.
I had this working in my previous build and had the script set as a Startup App in Launchbox but I get the same issue that way too. Also tried copying it to the Windows 'Startup' folder but no luck there either.
It seems to work fine in Retroarch and I can map the RA hotkey to the red button as 'V'.
If I try to enter it without the AHK script it doesn't register anything being pressed, which I think was normal behavior in the previous working install which is why I needed the AHK script.