On Sat, 6 Jul 2002, Shlomi Fish wrote: > On Sat, 6 Jul 2002, Tzafrir Cohen wrote: > > > On Sat, 6 Jul 2002, Shlomi Fish wrote: > > > > > On Fri, 5 Jul 2002, Tzafrir Cohen wrote: > > > > > > > On Fri, 5 Jul 2002, Shlomi Fish wrote: > > > > > > > > > > > > > > I can't tell how to write Hebrew characters in the Mozilla composer even > > > > > after I set up Xkb. I'm using Mozilla 0.9.8. > > > > > > > > Are you sure that your keyboard emits hebrew characters? > > > > > > > > when you test them in xev, what do you get? 'hebrew_aleph' etc.? > > > > > > > > > > I don't seem to have xev anywhere on the system (I'm using Mandrake 8.2), > > > so I can't tell. I also can't find it anywhere on RPM-Find. > > > > install X11R6-contrib from the installation CD. It contains a bunch of > > small useful utils. > > > > Installed and now I have xev. > > OK: I found out that if I type > > setxkbmap -option grp:switch,grp:shift_toggle,grp_led:scroll il > (BTW, there's a typo in the FAQ - it's -option and not -options)
Oops. I always make that typo > > I can type Hebrew characters, but otherwise my XF86Config-4 does not make > it so automatically. Here's the relevant portion out of my XF86Config-4: > > Section "InputDevice" > > Identifier "Keyboard1" > Driver "Keyboard" > Option "AutoRepeat" "250 30" > > Option "XkbRules" "xfree86" > Option "XkbModel" "pc105" > Option "XkbLayout" "us" > Option "XkbLayout" "il" I'm not sure what happens there: whether the first instance or the last instance matters. > > Option "XkbOptions" "grp:switch,grp:shift_toggle,grp_led:scroll" > > EndSection > > I use XFree86 4.2.0 release 10mdk. Since this is Mandrake: I figure that Mandrake's X init scripts run setxkbmap and may override your XF86Config . In mandrake 8.1 this is set in /etc/X11/xinit/fixkeyboard , which uses /etc/X11/xinit/Xkbmap and $HOME/.Xkbmap . Those files are simply places of aparameters for setxkbmap, so you can place (in either one of those): -options grp:switch,grp:shift_toggle,grp_led:scroll il (or in one line, it doesn't matter) -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]