В Втр, 06.01.2004, в 16:20, Tommy Tovbin пишет: > Section "InputDevice" > Identifier "Keyboard0" > Driver "keyboard" > Option "XkbRules" "xfree86" > Option "XkbModel" "pc105" > Option "XkbLayout" "us,ru" > Option "XkbVariant" ",winkeys" > #Option "XkbOption" "grp:ctr_shift_toggle,grp_led:scroll" > Option "XkbOptions" "grp:rctrl_toggle,grp_led:scroll" > Option "XKbOptions" "grp:alt_shift_toggle" > EndSection > > -------------------cut----------------------------------- > > > What I'm doing wrong? Hmm... Well, e.g. you'd use the following to make the switcher use LShift+RShift to switch between the layouts. It works in my case and is actually the set of params FC1 put in during the setup phase... I'm not sure, about the alt_shift_toggle, but I hope it would work as well... Identifier "Keyboard0" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "ru,us" Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"