conf/105642: Bad hr.iso syscons keymap
Ivan Voras
ivoras at FreeBSD.org
Sat Nov 18 08:30:16 UTC 2006
>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 at 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:
More information about the freebsd-bugs
mailing list