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:
parent
41903adc22
commit
dafb405492
1 changed files with 16 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue