Subject: Re: ~ is a dead key on german X11 keyboard?
To: Martin Husemann <martin@rumolt.teuto.de>
From: Thomas Michael Wanka <tm_wanka@earthling.net>
List: port-i386
Date: 03/21/2000 07:27:57
On 21 Mar 2000, at 7:16, Martin Husemann wrote:
> I'm using stock xsrc with -current. /etc/XF86Config contains
>
> Section "Keyboard"
> Protocol "Standard"
> AutoRepeat 500 5
> XkbRules "xfree86"
> XkbModel "pc102"
> XkbLayout "de"
> XkbVariant "basic"
> XkbOptions ""
> EndSection
>
> Kernel console driver is wscons.
>
> When I enter ~ (as in : "cd ~martin/isdn") nothing happens: I have to
> press the spacebar before the ~ character appears.
>
> And, probably a side effect, I can't enter ~ at all in Netscape.
>
> Is this locale related? Our libc locale stuff and X11 locale stuff
> doesn't cooperate well (I have to choose: have elm work or get
> warnings from every X11 program)
>
> Do others experience the same?
>
>
> Martin
Hi,
try
XkbVariant "nodeadkeys"
mike