1
0
Fork 0

Modified Files:

HOTAS-Cougar.xml: Put the speedbrake on the speedbrake button.
	Make the elevator trim direction match the joysticks direction.
This commit is contained in:
frohlich 2006-12-27 09:26:28 +00:00
parent 41903adc22
commit dafb405492

View file

@ -86,14 +86,14 @@ Bindings for THRUSTMASTER HOTAS Cougar stick/throttle combination.
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>controls.elevatorTrim(-1)</script> <script>controls.elevatorTrim(1)</script>
</binding> </binding>
</low> </low>
<high> <high>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>controls.elevatorTrim(1)</script> <script>controls.elevatorTrim(-1)</script>
</binding> </binding>
</high> </high>
</axis> </axis>
@ -187,6 +187,20 @@ Bindings for THRUSTMASTER HOTAS Cougar stick/throttle combination.
</button> </button>
<!-- end zoom configuration (FOV)--> <!-- 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 --> <!-- begin gear configuration -->
<!-- button on HOTAS: Manual Range/Uncage Switch --> <!-- button on HOTAS: Manual Range/Uncage Switch -->
<button n="23"> <button n="23">