Date: Wed, 16 Jan 2002 12:10:24 -0800 (PST) From: Andrew McKay <andy@openirc.co.uk> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/33956: uk.iso.kbd is missing some keymappings for euro symbol Message-ID: <200201162010.g0GKAOk21160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 33956
>Category: misc
>Synopsis: uk.iso.kbd is missing some keymappings for euro symbol
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 16 12:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Andrew McKay
>Release: FreeBSD 4.5-PRERELEASE
>Organization:
>Environment:
FreeBSD fluoxetine.lan 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #1: Mon Jan 7 19:06:57 GMT 2002 toor@fluoxetine.lan:/usr/obj/usr/src/sys/FLUOXETINE i386
>Description:
For some time, UK keyboards have had a euro symbol as an 'extra' symbol on the '4' key, along with the dollar sign. Currently, the /usr/share/syscons/keymaps/uk.iso.kbd contains no mappings for this symbol (char 164 in the ISO_8859-15 character set) on this key.
>How-To-Repeat:
Buy and install a recent UK keyboard - note the euro symbol on the '4' key. Set locale to use one of the 8859-15 character sets and try to access the euro symbol on said key. The only way to do it is alt-e, which is logical but there is no euro symbol on the e keycap. The patch below adds the keymapping to ctrl-4 and shift-ctrl-4 (both currently nop). Leaving in the binding for alt-e should leave the keymap logically compatible with other european countries.
>Fix:
--- uk.iso.kbd Sun Mar 11 23:41:19 2001
+++ uk.iso.kbd.new Wed Jan 16 19:01:32 2002
@@ -7,7 +7,7 @@
001 esc esc esc esc esc esc debug esc O
002 '1' '!' nop nop '`' '`' nop nop O
003 '2' '"' nul nul '@' '@' nul nul O
- 004 '3' 163 nop nop '#' '#' nop nop O
+ 004 '3' 163 164 164 '#' '#' nop nop O
005 '4' '$' nop nop '4' '$' nop nop O
006 '5' '%' nop nop '5' '%' nop nop O
007 '6' '^' rs rs '^' '^' rs rs O
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201162010.g0GKAOk21160>
