On Tuesday 18 January 2005 11:07, Erik Hofman wrote:
> Oliver C. wrote:
> > Hello and Merry Christmas!
> >
> > i fixed the inverted view elevation setting for the
> > sidewinder precision pro joystick because the view elevation was inverted
> > under windows.
>
> I've committed this file to CVS after changing the NASAL'ified section
> to be two separate sections, one for UNIX and one for Windows.
>
> Erik
>
Thank you, it works great now.
But there is one problem.
I found another bug, when I checked the complete config file today.
This is my fault, sorry.
I missed to fix a small error in my last patch for the shift button
which was from days back, when i played around with the xml settings
to test a fix for the invert view elevation bug.
Here is the correction.
I added a diff file to this email.
<button>
<desc>Gear Up.</desc>
<number>
<unix>8</unix>
<windows>9</windows>
</number>
<repeatable>false</repeatable>
<binding>
<command>property-assign</command>
<property>/controls/gear/gear-down</property>
<value type="double">0.0</value>
</binding>
</button>
Sorry for circumstance this was my fault.
Could you apply this patch too?
Best Regards,
Oliver C.
--- sidewinder-precision-pro.xml 2005-01-18 16:12:33.000000000 +0100
+++ ../sidewinder-precision-pro.xml 2005-01-18 16:15:01.000000000 +0100
@@ -259,25 +259,11 @@
<windows>9</windows>
</number>
<repeatable>false</repeatable>
- <!--
- <binding>
+ <binding>
<command>property-assign</command>
<property>/controls/gear/gear-down</property>
<value type="double">0.0</value>
- </binding>
- -->
- <unix>
- <binding>
- <command>property-assign</command>
- <property>/controls/gear/gear-down</property>
- <value type="double">0.0</value>
- </binding>
- </unix>
- <windows>
- <binding>
- <command>view-cycle</command>
- </binding>
- </windows>
+ </binding>
</button>
_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d