> > > ... Would it be possible to make the increment
> > > aircraft dependant, instead of global ( I need here of a 0.25
> > > increment ) ?
I add this to the -set file for the 737:
<input> <!-- set 10% flap adjustment with each detent -->
<keyboard>
<key n="91">
<name>[</name>
<desc>Decrease flaps.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flight/flaps</property>
<step type="double">-0.1</step>
</binding>
</key>
<key n="93">
<name>]</name>
<desc>Increase flaps.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flight/flaps</property>
<step type="double">0.1</step>
</binding>
</key>
</keyboard>
<joysticks>
<js-named n="1002">
<button n="3">
<binding>
<step>
-0.1
</step>
</binding>
</button>
<button n="4">
<binding>
<step>
0.1
</step>
</binding>
</button>
</js-named>
</joysticks>
</input>
Dave
--
****************************
David Culp
[EMAIL PROTECTED]
****************************
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel