This commit is contained in:
omega13a 2017-06-13 21:59:34 -07:00
commit 07889e3411
4 changed files with 3 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 KiB

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<sim>
<model>
<livery>
<name>Lufthansa</name>
<texture>Liveries/A320/CFM-NEO/DLH.png</texture>
</livery>
</model>
</sim>
</PropertyList>

View file

@ -388,6 +388,7 @@ var vertical = func {
thrustmodet.stop();
} else {
setprop("/it-autoflight/input/vert", 4);
vertical();
}
}
}

View file

@ -647,13 +647,10 @@
<button>
<legend>ALT Push</legend>
<pref-width>75</pref-width>
<enable>
<property>/systems/unused/unused-button</property>
</enable>
<binding>
<command>property-assign</command>
<property>/systems/unused/unused-button</property>
<value>0</value>
<property>/it-autoflight/input/vert</property>
<value>8</value>
</binding>
</button>