1
0
Fork 0

- add missing <desc>riptions

- random cosmetics
This commit is contained in:
mfranz 2006-10-21 14:58:24 +00:00
parent 9352c3ae4f
commit 543b47232e
2 changed files with 32 additions and 27 deletions

View file

@ -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>

View file

@ -114,6 +114,7 @@
</button>
<button n="2">
<desc>Toggle gear</desc>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>