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>
|
||||
<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">
|
||||
|
|
Loading…
Add table
Reference in a new issue