1
0
Fork 0

Merge branch 'master' into work

This commit is contained in:
Vivian Meazza 2010-07-08 23:35:40 +01:00
commit 0e62f717db

View file

@ -125,17 +125,11 @@
</axis>
<button n="0">
<desc>Fire Starter on Selected Engine(s)</desc>
<desc>Reset View</desc>
<binding>
<command>nasal</command>
<script>controls.startEngine()</script>
<script>view.resetView()</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>props.setAll("/controls/engines/engine", "starter", 0)</script>
</binding>
</mod-up>
</button>
<button n="1">
@ -148,16 +142,6 @@
</button>
<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>
<repeatable>true</repeatable>
<binding>
@ -167,6 +151,16 @@
</binding>
</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">
<desc>Gear up</desc>
<repeatable>false</repeatable>