Update of /var/cvs/FlightGear-0.9/data/Input/Joysticks/ThrustMaster
In directory baron:/tmp/cvs-serv10667
Modified Files:
HOTAS-Cougar.xml
Log Message:
Modified Files:
HOTAS-Cougar.xml: Put the speedbrake on the speedbrake button.
Make the elevator trim direction match the joysticks direction.
Index: HOTAS-Cougar.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Input/Joysticks/ThrustMaster/HOTAS-Cougar.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -r1.2 -r1.3
*** HOTAS-Cougar.xml 12 Dec 2006 16:39:52 -0000 1.2
--- HOTAS-Cougar.xml 27 Dec 2006 09:26:28 -0000 1.3
***************
*** 87,91 ****
<binding>
<command>nasal</command>
! <script>controls.elevatorTrim(-1)</script>
</binding>
</low>
--- 87,91 ----
<binding>
<command>nasal</command>
! <script>controls.elevatorTrim(1)</script>
</binding>
</low>
***************
*** 94,98 ****
<binding>
<command>nasal</command>
! <script>controls.elevatorTrim(1)</script>
</binding>
</high>
--- 94,98 ----
<binding>
<command>nasal</command>
! <script>controls.elevatorTrim(-1)</script>
</binding>
</high>
***************
*** 188,191 ****
--- 188,205 ----
<!-- end zoom configuration (FOV)-->
+ <button n="27">
+ <desc>speedbrake</desc>
+ <binding>
+ <command>nasal</command>
+ <script>setprop("/controls/flight/speedbrake", 1)</script>
+ </binding>
+ <mod-up>
+ <binding>
+ <command>nasal</command>
+ <script>setprop("/controls/flight/speedbrake", 0)</script>
+ </binding>
+ </mod-up>
+ </button>
+
<!-- begin gear configuration -->
<!-- button on HOTAS: Manual Range/Uncage Switch -->
|