Hi All,

Now that we have an updated time-of-day dialog that allows you to control
the warp delta and simulation rate from the GUI, I think we should remove
the key assignments that were previously used for these functions, namely
t/T and a/A.

Two reasons:

1) They currently cause confusion for new (and not so new) users ("who
turned off the lights", "Woah, my plane is suddenly going very fast...
<splat>").

2) We can use the freed up keys for something more useful as part of the
keyboard re-org. 

The patch below removes the bindings.

David M - your coordinating the keyboard re-org. Assuming there is no
objection, would you commit it please?

-Stuart

Index: keyboard.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/keyboard.xml,v
retrieving revision 1.103
diff -u -r1.103 keyboard.xml
--- keyboard.xml        26 Nov 2007 17:55:28 -0000      1.103
+++ keyboard.xml        2 Dec 2007 17:09:00 -0000
@@ -584,17 +584,6 @@
   </binding>
  </key>
 
- <key n="65">
-  <name>A</name>
-  <desc>Decrease speed-up.</desc>
-  <binding>
-   <command>property-adjust</command>
-   <property>/sim/speed-up</property>
-   <min>1</min>
-   <step type="double">-1</step>
-  </binding>
- </key>
-
  <key n="66">
   <name>B</name>
   <desc>Toggle parking brake on or off</desc>
@@ -695,16 +684,6 @@
   </binding>
  </key>
 
- <key n="84">
-  <name>T</name>
-  <desc>Decrease warp delta.</desc>
-  <binding>
-   <command>property-adjust</command>
-   <property>/sim/time/warp-delta</property>
-   <step type="int">-30</step>
-  </binding>
- </key>
-
  <key n="86">
   <name>V</name>
   <desc>Scroll in reverse through views.</desc>
@@ -773,17 +752,6 @@
   </mod-up>
  </key>
 
- <key n="97">
-  <name>a</name>
-  <desc>Increase speed-up.</desc>
-  <binding>
-   <command>property-adjust</command>
-   <property>/sim/speed-up</property>
-   <min>1</min>
-   <step type="double">1</step>
-  </binding>
- </key>
-
  <key n="98">
   <name>b</name>
   <desc>Apply all brakes.</desc>
@@ -951,34 +919,6 @@
   </script>
  </nasal>
 
- <key n="116">
-  <name>t</name>
-  <desc>Increase warp delta.</desc>
-  <binding>
-   <command>property-adjust</command>
-   <property>/sim/time/warp-delta</property>
-   <step type="int">30</step>
-  </binding>
-  <binding>
-   <command>nasal</command>
-   <script>
-    (func(x) {
-        settimer(func {
-            x == t_id or return;
-            gui.popupTip("resetting warp");
-            setprop("/sim/time/warp-delta", 0);
-        }, 1, 1)
-    })(t_id += 1)
-   </script>
-  </binding>
-  <mod-up>
-   <binding>
-    <command>nasal</command>
-    <script>t_id += 1</script>
-   </binding>
-  </mod-up>
- </key>
-
  <key n="118">
   <name>v</name>
   <desc>Scroll through views.</desc>



      __________________________________________________________
Sent from Yahoo! - the World's favourite mail http://uk.mail.yahoo.com


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to