Subject: Re: Hello
To: sL <lacas@logique.jussieu.fr>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: port-i386
Date: 12/01/1999 15:54:38
lacas@logique.jussieu.fr said:
> I don't know if there is a swedish keyboard in NetBSD. From the
> "wsksymdef.h" file, I see that the available encodings are: 
> [...]
>         { KB_SV,        "sv" }

Hmm - this is -current. In 1.4.1, there is no swedish map built in.
Shame. I'll request a pullup to get this into 1.4.2 at least.

For now, you can set a swedish (or whatever) keyboard map
by setting all individual keycodes from userland:
wsconsctl -w map+="keycode 39 = odiaeresis"
wsconsctl -w map+="keycode 41 = paragraph onehalf"
and so on.

best regards
Matthias