Bug 18459

Summary: us syscons keymap w/ accent
Product: Base System Reporter: clefevre <clefevre>
Component: miscAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff none

Description clefevre 2000-05-09 06:20:01 UTC
	the usual us syscons keymap doesn't handle any dead keys.
	the us syscons keymap bellow is based on us.iso.kbd and
	handle dead keys.

Fix: # cvs diff INDEX.keymaps Makefile
+us.iso.acc.kbd:en:United States of America ISO-8859-1 (accent keys)
+us.iso.acc.kbd:de:US-amerikanisch ISO-8859-1 (mit Akzenten)
+us.iso.acc.kbd:fr:États Unis  d'Amérique ISO-8859-1 (avec accents)
+us.iso.acc.kbd:pt:Estados Unidos da América ISO-8859-1 (com acentos)
+us.iso.acc.kbd:es:Estadounidense ISO-8859-1 (con acentos)
+
 us.dvorak.kbd:en:United States of America dvorak
 us.dvorak.kbd:de:US-amerikanisch dvorak
 us.dvorak.kbd:fr:États Unis  d'Amérique dvorak
MAPSDIR = ${SHAREDIR}/syscons/keymaps
How-To-Repeat: 
	ALT-' + e gives 'e using us.iso.kbd and gives é using us.iso.acc.kbd
Comment 1 Cyrille Lefevre 2000-06-24 16:09:16 UTC
the Makefile patch was wrong, this one follow the right way.

Index: /usr/src/share/syscons/keymaps/Makefile
===================================================================
RCS file: /home/ncvs/src/share/syscons/keymaps/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- /usr/src/share/syscons/keymaps/Makefile	2000/03/02 14:43:51	1.44
+++ /usr/src/share/syscons/keymaps/Makefile	2000/05/21 21:25:23
@@ -32,6 +32,7 @@
 KEYMAPS+= ua.koi8-u.kbd
 KEYMAPS+= uk.iso.kbd uk.cp850.kbd
 KEYMAPS+= us.iso.kbd us.dvorak.kbd us.dvorakx.kbd us.emacs.kbd us.unix.kbd
+KEYMAPS+= us.iso.acc.kbd

 MAPSDIR = ${SHAREDIR}/syscons/keymaps
 NOMAN = noman
Comment 2 Johan Karlsson freebsd_committer freebsd_triage 2002-08-23 02:13:56 UTC
Responsible Changed
From-To: freebsd-bugs->ache

Over to our localization guru.
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2003-06-19 09:10:37 UTC
State Changed
From-To: open->patched

This patch has been applied to -CURRENT.  I will MFC this change next 
week.  Thanks for the submission. 



Comment 4 Murray Stokely freebsd_committer freebsd_triage 2003-06-19 09:10:37 UTC
Responsible Changed
From-To: ache->murray

This patch has been applied to -CURRENT.  I will MFC this change next 
week.  Thanks for the submission.
Comment 5 Murray Stokely freebsd_committer freebsd_triage 2003-07-10 09:30:10 UTC
State Changed
From-To: patched->closed

I've MFCed this change to stable.  Thanks for your patience.