I would like to suggest the following change (see patch below) to XFree86. It adds an additional keyboard shortcut.

Do you agree to add it to XFree86?
Whom should I talk to to get it added?

Thanks a lot in advance,
Kai


Details
=======
When writing german text documents, one very often needs access to the special "endash" character, called "Gedankenstrich" in german.
It is a dash that is longer than a standard dash. (Unicode 0x2013, HTML entity –)


On a RedHat 7.3 system using XFree86 4.2.0, the following change works for me, and maps the endash char to "altgr+minus".


--- usr/X11R6/lib/X11/xkb/symbols/de.org Sun Apr 6 14:36:30 2003 +++ usr/X11R6/lib/X11/xkb/symbols/de Sun Apr 6 14:30:57 2003 @@ -66,7 +66,8 @@ key <AB08> { [ comma, semicolon ] }; key <AB09> { [ period, colon ], [ periodcentered, division ] }; - key <AB10> { [ minus, underscore ] }; + key <AB10> { [ minus, underscore ], + [ endash ] }; key <BKSL> { [ numbersign, apostrophe ], [ dead_grave ] }; key <RALT> { [ Mode_switch, Multi_key ] };

_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to