- add missing <desc>riptions
- random cosmetics
This commit is contained in:
parent
9352c3ae4f
commit
543b47232e
2 changed files with 32 additions and 27 deletions
|
@ -55,6 +55,7 @@ Have fun! Marky Marc
|
|||
</axis>
|
||||
|
||||
<axis n="3">
|
||||
<desc>Rudder</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
|
@ -180,13 +181,17 @@ Have fun! Marky Marc
|
|||
</binding>
|
||||
</button>
|
||||
|
||||
<button n="6"> <desc>Gear Up.</desc>
|
||||
<button n="6">
|
||||
<desc>Gear up</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/gear-down</property>
|
||||
<value type="double">0.0</value>
|
||||
</binding>
|
||||
</button> <button n="7"> <desc>Gear down.</desc>
|
||||
</button>
|
||||
|
||||
<button n="7">
|
||||
<desc>Gear down</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/gear-down</property>
|
||||
|
@ -224,16 +229,15 @@ Have fun! Marky Marc
|
|||
</mod-up>
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
<button n="10"> <desc>Scroll in reverse through views.</desc>
|
||||
<button n="10">
|
||||
<desc>Scroll in reverse through views</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>view.stepView(-1)</script>
|
||||
</binding> </button>
|
||||
|
||||
<button n="11"> <desc>Cycle view</desc>
|
||||
<desc>Scroll through views.</desc>
|
||||
<button n="11">
|
||||
<desc>Scroll through views</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>view.stepView(1)</script>
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
</button>
|
||||
|
||||
<button n="2">
|
||||
<desc>Toggle gear</desc>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
|
|
Loading…
Add table
Reference in a new issue