

Gui.popupTip(sprintf("Propeller coarse")) īutton (6): Flaps down leaner mixture dec prop pitch Gui.popupTip(sprintf("Flaps: %d deg", 30*getprop("/controls/flight/flaps")+0.1)) Setprop("/controls/gear/tailwheel-lock", twlock) Ĭontrols.ptt(1) # push-to-talk (fgcom) ONĬontrols.ptt(0) # push-to-talk (fgcom) OFFīutton (5): Flaps up richer mixture inc prop pitch Twlock = !getprop("/controls/gear/tailwheel-lock") Setprop("/controls/flight/rudder-trim", 0) Setprop("/controls/flight/aileron-trim", 0) Setprop("/controls/flight/elevator-trim", 0) Setprop("/sim/current-view/view-number", 0) tAll("/controls/engines/engine", "reverser", reverser) īutton R3(3): cockpit view reset view dir reset all trim tail wheel lock Reverser = !getprop("/controls/engines/engine/reverser") Setprop("/controls/flight/speedbrake-pos-norm", speedbp) Setprop("/controls/flight/speedbrake-lever", speedbl) Setprop("/controls/flight/speedbrake", speedb) Speedbp = !getprop("/controls/flight/speedbrake-pos-norm") Speedbl = !getprop("/controls/flight/speedbrake-lever") Speedb = !getprop("/controls/flight/speedbrake") Setprop("/controls/gear/brake-parking", brake) V = getprop("/sim/current-view/view-number") īutton R1(1) (trigger): Brakes Frein de parking speed brake thrust revers.īrake = !getprop("/controls/gear/brake-parking") Mod2 = getprop("/input/joysticks/js/t-flight-hotas-x-modifier2") Mod1 = getprop("/input/joysticks/js/t-flight-hotas-x-modifier1") View left/right Changement de vue aileron trim rudder trim If they contain characters that interfere with the xml markup. Note that you have to enclose nasal scripts in

Hope that could help.Īnd around the definitions, but within the scope. I will be adding a few more functions such as spoilers to the bigger button besides the rocker button and I still have to decide what to do with the remaining 2 buttons that are still unused. What I did was go through other joystick config files and pick and choose the features I wanted as I'm no programmer. I don't know if you will this helpful.But this is the config file I created for my joystick.
