While messing around with an aeromatic generated Lancaster model I
discovered that there are a few inconsistencies in keyboard.xml. It allows
you to reduce the magneto setting on 4 engines, but will only increase it
on 2, which tends to result in a somewhat circular path from the end of
the runway :-)

--- /flightgear/FlightGear-Base-CVS/keyboard.xml        2003-09-25 15:29:34.000000000 
+0100
+++ keyboard.xml        2003-09-30 18:52:27.000000000 +0100
@@ -961,6 +961,24 @@
    <property>/controls/engines/engine[1]/magnetos</property>
    <step type="int">1</step>
   </binding>
+  <binding>
+   <desc>third engine</desc>
+   <condition>
+    <property>/sim/input/selected/engine[2]</property>
+   </condition>
+   <command>property-adjust</command>
+   <property>/controls/engines/engine[2]/magnetos</property>
+   <step type="int">1</step>
+  </binding>
+  <binding>
+   <desc>fourth engine</desc>
+   <condition>
+    <property>/sim/input/selected/engine[3]</property>
+   </condition>
+   <command>property-adjust</command>
+   <property>/controls/engines/engine[3]/magnetos</property>
+   <step type="int">1</step>
+  </binding>
  </key>

  <key n="126">
-- 
Jon Stockill
[EMAIL PROTECTED]

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to