>
> The keyboard code has nothing wrong with it --- this "bug" comes from the
> mapping from scancode to ascii code in the virtcode kernel.
>
> I've had a look and I've located the bug --- which doesn't turn out to be
> a bug. It seems that Jens has a QWERTZU keyboard, in stead of the standard
> QWERTY keyboard that is standard in the rest of the world :) :
>
>
> I don't have a correct scancode map at hand right now but it should be pretty
> trivial to fix (guest/virtcode/keyboard.c).
>
i actually find that funny but ok il'l dig round in the main linux kernel and see
if i can find a keymap there.