From 91cbe910a78e7b5dbdc1a925c59dc7522147ffc6 Mon Sep 17 00:00:00 2001 From: ehofman <ehofman> Date: Sun, 6 Feb 2005 08:55:59 +0000 Subject: [PATCH] Small time fixes. --- Input/Joysticks/Logitech/extreme-3d-pro.xml | 11 ++++------- Input/Joysticks/Logitech/wingman-force-3d.xml | 1 + 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Input/Joysticks/Logitech/extreme-3d-pro.xml b/Input/Joysticks/Logitech/extreme-3d-pro.xml index 405865a00..64983f3f2 100644 --- a/Input/Joysticks/Logitech/extreme-3d-pro.xml +++ b/Input/Joysticks/Logitech/extreme-3d-pro.xml @@ -152,11 +152,9 @@ $Id$ <button n="3"> <desc>Flaps down</desc> - <repeatable>false</repeatable> <binding> - <command>property-adjust</command> - <property>/controls/flight/flaps</property> - <step type="double">-0.34</step> + <command>nasal</command> + <script>controls.stepFlaps(1)</script> </binding> </button> @@ -164,9 +162,8 @@ $Id$ <desc>Flaps up</desc> <repeatable>false</repeatable> <binding> - <command>property-adjust</command> - <property>/controls/flight/flaps</property> - <step type="double">0.34</step> + <command>nasal</command> + <script>controls.stepFlaps(-1)</script> </binding> </button> diff --git a/Input/Joysticks/Logitech/wingman-force-3d.xml b/Input/Joysticks/Logitech/wingman-force-3d.xml index 2e7930fde..7c057f9fa 100644 --- a/Input/Joysticks/Logitech/wingman-force-3d.xml +++ b/Input/Joysticks/Logitech/wingman-force-3d.xml @@ -27,6 +27,7 @@ $Id$ <PropertyList> <name>Logitech Inc. WingMan Force 3D</name> + <name>Logitech Inc. WingMan Force 3d</name> <axis n="0"> <desc>Aileron</desc>