Small time fixes.
This commit is contained in:
parent
0c582b5ec4
commit
91cbe910a7
2 changed files with 5 additions and 7 deletions
|
@ -152,11 +152,9 @@ $Id$
|
|||
|
||||
<button n="3">
|
||||
<desc>Flaps down</desc>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/flight/flaps</property>
|
||||
<step type="double">-0.34</step>
|
||||
<command>nasal</command>
|
||||
<script>controls.stepFlaps(1)</script>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
@ -164,9 +162,8 @@ $Id$
|
|||
<desc>Flaps up</desc>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/flight/flaps</property>
|
||||
<step type="double">0.34</step>
|
||||
<command>nasal</command>
|
||||
<script>controls.stepFlaps(-1)</script>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ $Id$
|
|||
<PropertyList>
|
||||
|
||||
<name>Logitech Inc. WingMan Force 3D</name>
|
||||
<name>Logitech Inc. WingMan Force 3d</name>
|
||||
|
||||
<axis n="0">
|
||||
<desc>Aileron</desc>
|
||||
|
|
Loading…
Add table
Reference in a new issue