Add key bindings
This commit is contained in:
parent
25d3056c08
commit
f0226d7f70
1 changed files with 36 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue