Subject: Re: misc/32891: NetBSD 3.0 doesn't support Swiss French keyboard
To: Rui Paulo <rpaulo@fnop.net>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 02/21/2006 16:37:46
On Tue, Feb 21, 2006 at 03:12:05PM +0000, Rui Paulo wrote:
> How did you tried?

He is right - grep for KB_SF in sys/dev/wscons/wsksymdef.h
and sys/dev/pckbport/wskbdmap_mfii.c. Also check share/wscons/keymaps.

The encoding is defined (and thus offered by sysinst), but not implemented.
I'd suggest to add a file to share/wscons/keymaps based on the mappings
supplied in this PR (and hope someone(tm) someday finishes a unification
for kernel and userland keyboard maps)

Martin