Oops didn't even notice that when looking the other day. This has been added to the CVS now.
Best, Jim Jon Stockill <[EMAIL PROTECTED]> said: > 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 > -- Jim Wilson - IT Manager Kelco Industries PO Box 160 58 Main Street Milbridge, ME 04658 207-546-7989 - FAX 207-546-2791 http://www.kelcomaine.com _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
