This commit is contained in:
commit
07889e3411
4 changed files with 3 additions and 17 deletions
Binary file not shown.
Before Width: | Height: | Size: 543 KiB |
|
@ -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>
|
|
|
@ -388,6 +388,7 @@ var vertical = func {
|
||||||
thrustmodet.stop();
|
thrustmodet.stop();
|
||||||
} else {
|
} else {
|
||||||
setprop("/it-autoflight/input/vert", 4);
|
setprop("/it-autoflight/input/vert", 4);
|
||||||
|
vertical();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -647,13 +647,10 @@
|
||||||
<button>
|
<button>
|
||||||
<legend>ALT Push</legend>
|
<legend>ALT Push</legend>
|
||||||
<pref-width>75</pref-width>
|
<pref-width>75</pref-width>
|
||||||
<enable>
|
|
||||||
<property>/systems/unused/unused-button</property>
|
|
||||||
</enable>
|
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/systems/unused/unused-button</property>
|
<property>/it-autoflight/input/vert</property>
|
||||||
<value>0</value>
|
<value>8</value>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Reference in a new issue