Subject: kern/15509: Apostrophe key in spanish keyboard shows grave accent
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <juli@merino.net>
List: netbsd-bugs
Date: 02/06/2002 16:48:57
>Number:         15509
>Category:       kern
>Synopsis:       Apostrophe key in spanish keyboard shows grave accent
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 06 07:51:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        NetBSD 1.5ZA
>Organization:
>Environment:
	
	
System: NetBSD klamath.local 1.5ZA NetBSD 1.5ZA (KLAMATH) #0: Wed Feb 6 16:00:40 CET 2002 root@klamath.local:/usr/src/sys/arch/i386/compile/KLAMATH i386
Architecture: i386
Machine: i386
>Description:
	In the spanish keyboard, the key that is to the right of the 0
	number should write an apostrophe character by default. Actually
	it shows a grave accent, which is not ok, and is very annoying
	when in console.
>How-To-Repeat:
	Just press that key (the one rigth to 0, with the ? sign) and
	see the character that apperes.
>Fix:

Index: dev/pckbc/wskbdmap_mfii.c
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/pckbc/wskbdmap_mfii.c,v
retrieving revision 1.23
diff -u -u -r1.23 wskbdmap_mfii.c
--- wskbdmap_mfii.c	2001/12/24 12:39:55	1.23
+++ wskbdmap_mfii.c	2002/02/06 15:34:08
@@ -369,7 +369,7 @@
     KC(9),   KS_8,		KS_parenleft,
     KC(10),  KS_9,		KS_parenright,
     KC(11),  KS_0,		KS_equal,
-    KC(12),  KS_grave,		KS_question,
+    KC(12),  KS_apostrophe,	KS_question,
     KC(13),  KS_exclamdown,	KS_questiondown,
     KC(26),  KS_dead_grave,	KS_dead_circumflex, KS_bracketleft,
     KC(27),  KS_plus,		KS_asterisk,	KS_bracketright,
>Release-Note:
>Audit-Trail:
>Unformatted: