A3XX: Add 1 2 3 keys to change views
This commit is contained in:
parent
6174cad6f5
commit
9a065d71ae
2 changed files with 40 additions and 1 deletions
|
@ -710,6 +710,33 @@
|
|||
|
||||
<input>
|
||||
<keyboard>
|
||||
<key n="49">
|
||||
<name>1</name>
|
||||
<desc>Captain View</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/view-number</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="50">
|
||||
<name>2</name>
|
||||
<desc>First Officer View</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/view-number</property>
|
||||
<value>9</value>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="51">
|
||||
<name>3</name>
|
||||
<desc>Overhead View</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/view-number</property>
|
||||
<value>10</value>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="127">
|
||||
<name>DEL</name>
|
||||
<desc>Simple Engage/Disengage reversers</desc>
|
||||
|
|
|
@ -47,6 +47,18 @@
|
|||
<halign>left</halign>
|
||||
<label>Key Commands:</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>1 - Show Captains View</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>2 - Show First Officers View</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>3 - Show Overhead View</label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>F1 - Disengage/Decrease Reverse Thrust</label>
|
||||
|
@ -69,7 +81,7 @@
|
|||
</text>
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>SHIFT + B - Toggle Parking brake</label>
|
||||
<label>SHIFT + B - Toggle Parking Brake</label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
|
Reference in a new issue