[Flightgear-devel] [BUG] key descr vs actual mapping disagree in Hunter

2005-10-13 Thread Vassilii Khachaturov
In the CVS hunter-set.xml, for some reason, the seat adjustment
has been changed from l/L/CTRL-L to u/U/CTRL-U. Nevertheless,
in the help section, it remains the old way.

First of all, is there a reason to move it from L to U? If no,
I think it would be great to have it back at L.

Second, why the data duplication? can't the HELP section map
to the keyboard mapping entries via the ID/IDREF mechanism in XML
instead? this way the present bug would not have occured.

Vassilii


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[PATCH] Re: [Flightgear-devel] [BUG] key descr vs actual mapping disagree in Hunter

2005-10-13 Thread Vassilii Khachaturov
Agreed on both counts. In that case, here's a patch to fix the obsolete
help text entry:

Index: ../data/Aircraft/Hunter/hunter-set.xml
===
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/Hunter/hunter-set.xml,v
retrieving revision 1.10
diff -u -p -r1.10 hunter-set.xml
--- ../data/Aircraft/Hunter/hunter-set.xml  19 Apr 2005 13:49:48 -  
1.10
+++ ../data/Aircraft/Hunter/hunter-set.xml  13 Oct 2005 13:24:16 -
@@ -70,11 +70,11 @@ raise/lower, emergency flap lowering, an
 desccanopy open/close/desc
/key
key
-namel/L/name
+nameu/U/name
 descseat down/up/desc
/key
key
-nameCtrl-L/name
+nameCtrl-U/name
 descseat default/desc
/key
key


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [PATCH] Re: [Flightgear-devel] [BUG] key descr vs actual mapping disagree in Hunter

2005-10-13 Thread Erik Hofman

Vassilii Khachaturov wrote:

Agreed on both counts. In that case, here's a patch to fix the obsolete
help text entry:


Ir's committed.

Erik

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d