[ltp] Problems with german keyboard

Heiko Rosemann linux-thinkpad@linux-thinkpad.org
Tue, 14 Dec 2004 23:20:50 +0100


Hi,

On Tue, 14 Dec 2004 23:11:30 +0100, S_Freak <S_Freak@gmx.net> wrote:
> Hello,
>=20
> I=B4ve problems with the keyboard of  my "new" T30.
> I cant use < and>   with ALT + Z or X : =AB=BB

What exactly can't you type? Those >> and <<? I frankly admit I don't
know how to make them on my X30 either...

> The Symbol for pipe cant i also not found.

That one is AltGr+<>| that key to the left of the y. Works just fine here.

> Section "InputDevice"
> Identifier "Keyboard1"
> Driver "keyboard"
> Option "CoreKeyboard"
> Option "XkbRules" "xfree86"
> Option "XkbModel" "pc102"
> Option "XkbLayout" "de"
> Option "XkbVariant" "nodeadkeys"

My xorg.conf says:

Section "InputDevice"
    Identifier=09"Keyboard1"
    Driver=09"kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"=09"xfree86"
    Option "XkbModel"=09"pc102"
    Option "XkbLayout"=09"de"
    Option "XkbVariant"=09"nodeadkeys"
EndSection

(stripped out all the comments)

HTH, Heiko