I did reply
here, but I will create my own topic.
I want to create a Key Press that is hold the button like I would do on a Keyboard as long as I hold it on the Joystick.
I found two way of doing it, but I feel like it could me made in a better way.
1) Creating two "Commands". One to "Key Press Down", and the other one to "Key Press Release".
This work, but I have to create two separated commands.
2) Create a "Loop" to release the key on the command.
This work, but I have to set key and button twice introducing risk of error. For example, I could "Press W" and "Release Q" by error or map button 21 instant of 22 and have to go back fix it... it's not that bad, just "time consuming".
I was wondering if there was an option like "Hold key while button is held down and release" or using variable so I can do :
Press Down W key
Start Loop While %button pressed%
End Loop
Release %previous key in this command% key
else, the last option I might use is to create all the "Commands" in the GUI with "Press Down _ Key", then using a script to edit the CSV (or XML) file to add the "Start Loop While/Release" of each commands.