On Monday 10 March 2003 10:41, Sipos Tibor wrote:
> Hi,
>
> I've recently upgraded to XFree 4.3 and KDE 3.1. Now, there is a strange
> keyboard behaviour.
>
> I use English, German, Hungarian and Russian layouts. Russian is the
> phonetic one, because this way latin based characters mainly equals to
> Russian characters. (I'm not too good in Russian style typewriter
> layout...:))
>
> But now, every layout works, except this Russian one! Other Russian
> variants (basic, typewriter, etc) works well, but with Phonetic, I type and
> there are no characters appearing on the screen!
>
> I've tried to change XF86Config's xkb settings, KDE keyboard settings. The
> only one I could manage was that when selecting En_US layout, I could type
> with Russian_Phoneetic (!?!), but there was no more US layout.
>
> There is no meaningful error message, I've tried pc101-pc105 keyboard
> layout, nothing. Every layput works, except Russian_phonetic.
>
> (Someone should hate this layout very-very much..:))
>
> Do someone has any suggestion?
>
> Regards,
>
> Sipi

XFree 4.3.0 Changed keyboard layout handling, Now you need to specify both 
layouts, this is what I have in my XF86Config regarding the keyboard:

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,il"
    Option "XkbCompat" "group_led"
    Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
EndSection

Replace the il layout with the one you preffer.

Now you can switch layouts with alt+shift (left alt), and the scroll lock led 
will indicate it.

You can also temporary type using the other layout while holding down the 
right alt key, without the need to change layouts. When you'll release it, 
the layout will go back the the current one.

HTH
-- 
Meir Kriheli
MKsoft systems
http://mksoft.co.il

--
[EMAIL PROTECTED] mailing list

Reply via email to