1
0
Fork 0

Add key bindings

This commit is contained in:
hayden2000 2020-03-15 23:40:48 -04:00
parent 25d3056c08
commit f0226d7f70

View file

@ -1676,6 +1676,33 @@
<script>libraries.resetView();</script>
</binding>
</key>
<key n="105">
<name>i</name>
<desc>Change view to lights</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>libraries.lightsView();</script>
</binding>
</key>
<key n="111">
<name>o</name>
<desc>Change view to overhead</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>libraries.overheadView();</script>
</binding>
</key>
<key n="117">
<name>u</name>
<desc>Change view to pedestal</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>libraries.pedestalView();</script>
</binding>
</key>
<key n="120">
<name>x</name>
<desc>Decrease field of view</desc>
@ -1685,6 +1712,15 @@
<script>libraries.fovZoom(-1);</script>
</binding>
</key>
<key n="121">
<name>y</name>
<desc>Change view to autopilot</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>libraries.autopilotView();</script>
</binding>
</key>
<key n="127">
<name>DEL</name>
<desc>Simple Engage/Disengage reversers</desc>