[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: Re: strange keyboard behaviour



On Sat, Apr 08, 2000 at 10:39:40PM +0200, Tzafrir Cohen wrote:
> Please try replaceing /usr/X11R6/lib/X11/xkb/symbols/il with the attached
> file. It seems that there has been a small typo in the original file.
> 
> Note that the xkb layout is loaded at X startup, so you'll probably have
> to restart X for this to take effect.

Xkb layout can be reloaded into X with a config file
containing something like:

xkb_keymap {
	Xkb_Keycodes    { include "xfree86" };
	Xkb_Geometry    { include "pc(pc104)" };
	Xkb_Types       { include "default" };
	Xkb_Compat      { include "default" };
	Xkb_Symbols     { include "us(pc104)+he+group(shift_alt_toggle)" };
};

and:

xkbcomp config :0.0
(to compile them directly into the server)

(Just my 2 agorot :)

-- 
Best regards,
Ilya Konstantinov a.k.a Toastie
[http://toast.demon.co.il]

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il