Melchior FRANZ:
I'm using a different Joystick now, but these changes were on my harddisk for a while and should be in CVS: replace "squared" by "power 3" (the X8-30 is of rather bad quality, and the 3 help to avoid jitter). Add "interval-sec" settings.
This commit is contained in:
parent
1afef5b03e
commit
0abab4423f
1 changed files with 4 additions and 2 deletions
|
@ -33,7 +33,7 @@ $Id$
|
|||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/aileron</property>
|
||||
<squared type="bool">true</squared>
|
||||
<power type="bool">3</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
@ -43,7 +43,7 @@ $Id$
|
|||
<command>property-scale</command>
|
||||
<property>/controls/flight/elevator</property>
|
||||
<factor type="double">-1.0</factor>
|
||||
<squared type="bool">true</squared>
|
||||
<power type="bool">3</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
@ -102,6 +102,7 @@ $Id$
|
|||
<axis n="3">
|
||||
<desc>Rudder</desc>
|
||||
<binding><command>null</command></binding>
|
||||
<interval-sec type="double">0.02</interval-sec>
|
||||
<low>
|
||||
<repeatable type="bool">true</repeatable>
|
||||
<binding>
|
||||
|
@ -123,6 +124,7 @@ $Id$
|
|||
<axis n="4">
|
||||
<desc>Elevator trim</desc>
|
||||
<binding><command>null</command></binding>
|
||||
<interval-sec type="double">0.02</interval-sec>
|
||||
<low>
|
||||
<repeatable type="bool">true</repeatable>
|
||||
<binding>
|
||||
|
|
Loading…
Add table
Reference in a new issue