| Summary: | us syscons keymap w/ accent | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | clefevre <clefevre> | ||||||||
| Component: | misc | Assignee: | Murray Stokely <murray> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | ||||||||||
| Priority: | Normal | ||||||||||
| Version: | 4.0-STABLE | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
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
Responsible Changed From-To: freebsd-bugs->ache Over to our localization guru. State Changed From-To: open->patched This patch has been applied to -CURRENT. I will MFC this change next week. Thanks for the submission. Responsible Changed From-To: ache->murray This patch has been applied to -CURRENT. I will MFC this change next week. Thanks for the submission. State Changed From-To: patched->closed I've MFCed this change to stable. Thanks for your patience. |
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