Date: Thu, 8 May 2003 23:39:11 +0200 From: Peter Gade Jensen <rhazn@daimi.au.dk> To: arno@heho.snv.jussieu.fr Cc: freebsd-mobile@freebsd.org Subject: Re: mmake / maake (Toshiba Satelite 6000 X11 keyboard weirdness) Message-ID: <20030508213911.GA8706@horse09.daimi.au.dk> In-Reply-To: <wp8ythgniu.fsf@heho.snv.jussieu.fr> References: <wp8ythgniu.fsf@heho.snv.jussieu.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 08, 2003 at 11:02:33PM +0200, arno@heho.snv.jussieu.fr wrote:
> I rrun -curreent on a Toshiba sattellite Pro 6000 for over
> a month with no particular problem, other than a very
> irrittating "keyboard echo" when in X11 mode.
The ever so irritating toshiba-keyboard-fuckup.
Put the following in a file, chmod +x it and load it from ~/.xinitrc
when you start X. You need to install xkbset though.
if [ -x /usr/X11R6/bin/xkbset ]; then
xkbset m
xkbset exp =m
xkbset sl 5
xkbset exp =sl
xkbset -f slowaccept
xkbset exp =f =slowaccept
fi
/Peter
--
If God had a beard, he'd be a UNIX programmer.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030508213911.GA8706>
