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>
<binding>
<command>nasal</command>
<script>controls.elevatorTrim(-1)</script>
<script>controls.elevatorTrim(1)</script>
</binding>
</low>
<high>
<repeatable>true</repeatable>
<binding>
<command>nasal</command>
<script>controls.elevatorTrim(1)</script>
<script>controls.elevatorTrim(-1)</script>
</binding>
</high>
</axis>
@ -187,6 +187,20 @@ Bindings for THRUSTMASTER HOTAS Cougar stick/throttle combination.
</button>
<!-- 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 -->
<button n="23">