[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Blade 100 and Swedish keyboard problem.
Hi!
I dont have a sparc64 with USB so I tested with a Swedish type 6
keyboard on i386 and it just worked. I get the keycode 51 as expected.
I understand why you get keycode 123, it's because entry /* 50 */
in wsUsbMap in XF4/xc/program/Xserver/hw/xfree86/common/xf86KbdBSD.c
has the value KEY_Bslash2 instead of KEY_Bslash as expected on a
swedish keyboard.
What I dont understand is why it just works on i386.
Matthieu, any idea?
-moj
On Sun, 14 Jul 2002, Jan Johansson wrote:
> Hello,
>
> I have a Blade 100 configured with OpenBSD 3.1-stable. It works
> well enough to be usable but I have a problem with the keyboard
> in X using Swedish keymap.
>
> The key between ä and Return does not produce any output. Using
> xev I get the following output from that key
>
> KeyPress event, serial 26, synthetic NO, window 0x1400001,
> root 0x29, subw 0x0, time 180286313, (22,623), root:(49,689),
> state 0x0, keycode 123 (keysym 0x0, NoSymbol), same_screen YES,
> XLookupString gives 0 characters: ""
>
> KeyRelease event, serial 26, synthetic NO, window 0x1400001,
> root 0x29, subw 0x0, time 180286457, (22,623), root:(49,689),
> state 0x0, keycode 123 (keysym 0x0, NoSymbol), same_screen YES,
> XLookupString gives 0 characters: ""
>
> In console mode it works as expected.
>
> How does one solve this?
>
> Jan J