Date: Tue, 22 May 2007 17:01:34 +0300 From: Alexander Shikoff <minotaur@crete.org.ua> To: freebsd-x11@freebsd.org Subject: xkb and Ctrl+Shift in xorg 7.2 Message-ID: <20070522140134.GA77361@crete.org.ua>
next in thread | raw e-mail | index | archive | help
Greetings, I have three layouts in xorg.conf: Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru,ua" Option "XkbVariant" ",winkeys,winkeys" Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" After upgrade to 7.2 I've noticed that the behavior of ctrl_shift_toggle was changed. In 6.9.0 release of XOrg combination 'RightCtrl + RightShift' changes group to the next in circle, i.e. us->ru->ua->us->ru ... And combination 'LeftCtrl + LeftShift' changes group to the previous and does not change group if current is us, i.e. ua->ru->us->us ... In 7.2 release combination 'LeftCtrl + LeftShift' turned it's behavior and now changes group to the previous in circle, i.e. ua->ru->us->ua->ru... My question is how to get the old behavior of combination 'LeftCtrl + LeftShift'? It was very nice to get 'us' as current layout after pressing 'LeftCtrl + LeftShift' multiple times. Thanks in advance, Alexander.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070522140134.GA77361>