Joystick hotkeys no longer working Topic is solved

Report problems with documented functionality
johnwang16
Posts: 2
Joined: 12 Mar 2021, 20:30

Joystick hotkeys no longer working

Post by johnwang16 » 12 Mar 2021, 21:19

I'm not sure when this changed but I had installed the latest version of AHK (1.1.33.05) and none of the joystick hotkey bindings would work https://www.autohotkey.com/docs/misc/RemapJoystick.htm. The Joystick Test script as well as Using a Joystick as a Mouse script on those pages worked fine with the exception of not being able to click when using the triggers.

I reverted back to when I remember it working (1.1.27.06) and it worked perfectly. This was confirmed on 2 different OS installs. I'm not sure what version caused the issue between then. Something as simple as

Code: Select all

Joy1:: msgbox here
would work on the old version, but not the new.

lexikos
Posts: 9553
Joined: 30 Sep 2013, 04:07
Contact:

Re: Joystick hotkeys no longer working  Topic is solved

Post by lexikos » 13 Mar 2021, 22:39

Joystick buttons in v1.1.33.05 are seen as having "send level 0", which is not high enough to trigger any hotkeys. This is fixed by v1.1.33.06.

johnwang16
Posts: 2
Joined: 12 Mar 2021, 20:30

Re: Joystick hotkeys no longer working

Post by johnwang16 » 14 Mar 2021, 19:57

1.1.33.06 works great now! Thank you!

Post Reply

Return to “Bug Reports”