Page 1 of 1

G29 pedal press activation

Posted: 02 Feb 2020, 11:49
by thundersky98
Can Autohotkey detect axis position from pedals?

I would like to run this command when 50% of the pedal is pressed:

#InstallKeybdHook
1Joy13::
Send {j} ;
KeyWait 1Joy13 ; Wait for the user to release more than 50% of the pedal pression.
Send {j} ;
return