Date: Fri, 17 Nov 2006 23:34:09 +0100 (CET) From: Ivan Voras <ivoras@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: conf/105642: Bad hr.iso syscons keymap Message-ID: <200611172234.kAHMY9rY001794@agricola.home.net> Resent-Message-ID: <200611180830.kAI8UFun034921@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105642
>Category: conf
>Synopsis: Bad hr.iso syscons keymap
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 18 08:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Ivan Voras
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
FER
>Environment:
System: FreeBSD agricola 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #22: Wed Sep 27 20:21:58 CEST 2006 ivoras@agricola:/usr/obj/usr/src/sys/AGRICOLA i386
>Description:
Syscons console keyboard definition in
/usr/share/syscons/keymaps/hr.iso.kbd (Croatian ISO layout)
defines < and > keys wrong. Without the patch below it's
impossible to type < and > on the console.
>How-To-Repeat:
Select hr.iso keymap. Try typing < and > - you'll get , and .
>Fix:
The < and > are mapped to AltGr-, and AltGr-.,
i.e. Ctrl-Alt-, and Ctrl-Alt-. in the actual Croatian layout.
--- hr.iso.kbd.old Fri Oct 20 19:55:22 2006
+++ hr.iso.kbd Fri Oct 20 19:59:41 2006
@@ -56,8 +56,8 @@
048 'b' 'B' stx stx '{' '{' stx stx C
049 'n' 'N' so so '}' '}' so so C
050 'm' 'M' cr cr 167 167 cr cr C
- 051 ',' ';' nop nop ',' ';' nop nop O
- 052 '.' ':' nop nop '.' ':' nop nop O
+ 051 ',' ';' nop nop '<' ';' '<' nop O
+ 052 '.' ':' nop nop '>' ':' '>' nop O
053 '-' '_' nop nop '-' '_' nop nop O
054 rshift rshift rshift rshift rshift rshift rshift rshift O
055 '*' '*' '*' '*' '*' '*' '*' '*' O
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611172234.kAHMY9rY001794>
