Page 1 of 1

Thrustmaster Hotas X

Posted: Wed May 17, 2017 6:59 pm
by Clive2670
Hi all, this is my first post in the forum, Can anyone help please? Does anyone know or have the XML code for use so I can write it in so that button "SE" deploys the thrust reversers and button "ST" retracts the reversers on the 777-*** series of planes. Many thanks in advance Clive AKA G-BLS01

Re: Thrustmaster Hotas X

Posted: Fri May 19, 2017 4:52 am
by Octal450
Hi Clive, and welcome to the Free Flight, Free Speech forum.

Code: Select all

                <binding>
                    <command>property-toggle</command>
                    <property>controls/engines/engine[0]/reverser</property>
                </binding>
                <binding>
                    <command>property-toggle</command>
                    <property>controls/engines/engine[1]/reverser</property>
                </binding>

Here are the needed bindings.

Kind Regards,
Josh

Re: Thrustmaster Hotas X

Posted: Fri May 19, 2017 5:57 pm
by Clive2670
it0uchpods wrote:Hi Clive, and welcome to the Free Flight, Free Speech forum.
Kind Regards,
Josh

Thanks for the welcome Josh I'll give your code a go, Hopefully then I can close the case as "solved" Thanks again Clive

Re: Thrustmaster Hotas X

Posted: Fri May 19, 2017 7:14 pm
by Octal450
No problem, good luck.

Kind Regards,
Josh

Re: Thrustmaster Hotas X

Posted: Wed Mar 21, 2018 6:26 pm
by Clive2670
An update to my post I have found a good little program that removes the need to change any xml coding and no need to bind any keys with code. It is: https://github.com/AntiMicro/antimicro so much easier just download it and bind any keyboard key to your joystick key of your choice :D And as far as I'm aware it will work with any joystick...Happy days :P :P :P

Re: Thrustmaster Hotas X

Posted: Thu Mar 22, 2018 1:23 pm
by Octal450
Joy2Key is my personal favorite.

Kind Regards,
Josh