Merge branch 'master' into work
This commit is contained in:
commit
0e62f717db
1 changed files with 12 additions and 18 deletions
|
@ -125,17 +125,11 @@
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<button n="0">
|
<button n="0">
|
||||||
<desc>Fire Starter on Selected Engine(s)</desc>
|
<desc>Reset View</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>controls.startEngine()</script>
|
<script>view.resetView()</script>
|
||||||
</binding>
|
</binding>
|
||||||
<mod-up>
|
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>props.setAll("/controls/engines/engine", "starter", 0)</script>
|
|
||||||
</binding>
|
|
||||||
</mod-up>
|
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button n="1">
|
<button n="1">
|
||||||
|
@ -148,16 +142,6 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button n="2">
|
<button n="2">
|
||||||
<desc>Rudder Trim Right</desc>
|
|
||||||
<repeatable>true</repeatable>
|
|
||||||
<binding>
|
|
||||||
<command>property-adjust</command>
|
|
||||||
<property>/controls/flight/rudder-trim</property>
|
|
||||||
<step>0.001</step>
|
|
||||||
</binding>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button n="3">
|
|
||||||
<desc>Rudder Trim Left</desc>
|
<desc>Rudder Trim Left</desc>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -167,6 +151,16 @@
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<button n="3">
|
||||||
|
<desc>Rudder Trim Right</desc>
|
||||||
|
<repeatable>true</repeatable>
|
||||||
|
<binding>
|
||||||
|
<command>property-adjust</command>
|
||||||
|
<property>/controls/flight/rudder-trim</property>
|
||||||
|
<step>0.001</step>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
|
||||||
<button n="4">
|
<button n="4">
|
||||||
<desc>Gear up</desc>
|
<desc>Gear up</desc>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
|
|
Loading…
Reference in a new issue