Fix aircraft help and remove redundant key binding

Index: c182rg-set.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/c182rg/c182rg-set.xml,v
retrieving revision 1.3
diff -u -r1.3 c182rg-set.xml
--- c182rg-set.xml      21 Jan 2007 16:35:31 -0000      1.3
+++ c182rg-set.xml      21 Jan 2007 17:11:24 -0000
@@ -83,11 +83,18 @@
    <line>  Service Ceiling: 18,100ft</line>
    <line>  Takeoff ground roll: 795ft  over 50ft obstacle:
1,514ft</line>
    <line>  Landing ground roll: 590ft  over 50ft obstacle:
1,390ft</line>
-   <line></line>
-   <line>Key Assignments:</line>
-   <line>  n/N - Propellor Coarse/Fine </line>
-   <line>  Y - Toggle yoke visibility</line>
-   <line>  L - Cockpit Illumination</line>
+   <key>
+    <name>n/N</name>
+    <desc>Propeller finer/coarser</desc>
+   </key>
+   <key>
+    <name>Y</name>
+    <desc>Toggle yoke visibility</desc>
+   </key>
+   <key>
+    <name>L</name>
+    <desc>Cockpit illumination</desc>
+   </key>
   </help>

  </sim>
@@ -182,30 +189,6 @@
  <!-- ================ map keyboard ================ -->
  <input>
     <keyboard>
-       <!-- map keys for Propeller Control -->
-        <key n="78">
-          <name>N</name>
-          <desc>Propeller Coarse.</desc>
-           <binding>
-           <command>nasal</command>
-           <script>
-                  controls.adjPropeller(-1);
-                </script>
-          </binding>
-          <repeatable type="bool">true</repeatable>
-        </key>
-        <key n="110">
-          <name>n</name>
-          <desc>Propeller Fine.</desc>
-          <binding>
-           <command>nasal</command>
-           <script>
-                controls.adjPropeller(1);
-                </script>
-          </binding>
-          <repeatable type="bool">true</repeatable>
-        </key>
-
       <key n="76">
         <name>L</name>
         <desc>Cockpit Illumination.</desc>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to