I just DL'ed the latest version of VA, but noticed that the joystick buttons aren't being recognized I've verified they work in testing, just not when paired with a command.
Beyond that I had a question: With VA's ability to add commands to joysticks is there a way I can add a double tap command to a joystick button similar to the below?
Someone had asked how to create a double tap command using VA.
The key to making a macro work properly is timing, so you may have to fiddle with the hold down times a bit:
Code: [Select]
Press Left Shift key and hold for 0,03 seconds and release
Press Left Shift key and hold for 0,03 seconds and release
Press Left Shift key and hold for 5 seconds and release
I don't know how the afterburner works exactly, but if you have to hold down the shift key as long as you'd like it to fire, you can have one command press the key and hold it indefinitely, with another releasing it:
"Afterburner"
Code: [Select]
Press Left Shift key and hold for 0,03 seconds and release
Press Left Shift key and hold for 0,03 seconds and release
Press down Left Shift key
"Resume cruise"
Code: [Select]
Release Left Shift key