[Bug 2040] New: nl keymaps are incorrect
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 9 07:51:43 PST 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2040
Summary: nl keymaps are incorrect
Product: xorg
Version: 6.8.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Input/Keyboard
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: traxtopel at gmail.com
The Dutch keyboard mapping in xorg-x11 is incorrect, the following 2 patches
correct this.
--- /usr/X11R6/lib/X11/xkb/symbols/nl.orig 2004-12-01 08:43:52.000000000 +0100
+++ /usr/X11R6/lib/X11/xkb/symbols/nl 2004-12-09 16:35:31.489599321 +0100
@@ -37,7 +37,7 @@ xkb_symbols "basic" {
key <AE12> { [ degree, dead_tilde ],
[ dead_cedilla ] };
key <AD03> { [ e, E ],
- [ eacute, Eacute ] };
+ [ EuroSign, cent ] };
key <AD04> { [ r, R ],
[ paragraph, registered ] };
key <AD05> { [ t, T ],
@@ -52,7 +52,7 @@ xkb_symbols "basic" {
[ ograve, Ograve ] };
key <AD10> { [ p, P ],
[ paragraph ] };
- key <AD11> { [ dead_diaeresis, dead_tilde ],
+ key <AD11> { [ dead_diaeresis, dead_circumflex ],
[ asciitilde, asciicircum ] };
key <AD12> { [ asterisk, bar ] };
key <AC01> { [ a, A ],
--- /usr/X11R6/lib/X11/xkb/symbols/pc/nl.orig 2004-12-09 16:49:23.018109568 +0100
+++ /usr/X11R6/lib/X11/xkb/symbols/pc/nl.openclient 2004-12-09
16:35:19.000000000 +0100
@@ -6,7 +6,7 @@
// converted from the nl-latin.map of the Linux kbd package by
// Pablo Saratxaga <srtxg at f2219.n293.z2.fidonet.org>
//
-// $XFree86: xc/programs/xkbcomp/symbols/pc/nl,v 1.2 2002/11/22 04:03:28 dawes
Exp $
+// $XFree86$
default partial alphanumeric_keys
xkb_symbols "basic" {
@@ -23,15 +23,14 @@ xkb_symbols "basic" {
key <AE10> { [ 0, apostrophe, braceright, degree ] };
key <AE11> { [ slash, question, backslash, questiondown ] };
key <AE12> { [ degree, dead_tilde, dead_cedilla, dead_ogonek ] };
-
- key <AD03> { [ e, E, eacute, Eacute ] };
+ key <AD03> { [ e, E, EuroSign, cent ] };
key <AD05> { [ t, T, thorn, THORN ] };
key <AD06> { [ y, Y, ydiaeresis, yen ] };
key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
key <AD08> { [ i, I, idiaeresis, Idiaeresis ] };
key <AD09> { [ o, O, ograve, Ograve ] };
key <AD10> { [ p, P, paragraph, THORN ] };
- key <AD11> { [dead_diaeresis, dead_tilde, asciitilde, asciicircum] };
+ key <AD11> { [dead_diaeresis, dead_circumflex, asciitilde, asciicircum] };
key <AD12> { [ asterisk, bar, dead_tilde, dead_macron ] };
key <AC01> { [ a, A, aacute, Aacute ] };
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list