Package: xkb-data Version: 2.5.1-3 Tags: patch After the ‘epo(basic)’ layout is activated with ISO_Next_Group, bound to Right Alt, it's no longer possible to switch layouts.
The keyboard layout is configured as: $ setxkbmap -layout us,epo -option grp:toggle I believe that symbols/epo shouldn't try to include ‘level3(ralt_switch)’ by itself (although I've seen it being done in some other symbols/* files), leaving it up to the explicit user's action; such as, e. g.: $ setxkbmap -layout us,epo -option grp:switch The patch MIME'd fixes the issue for me. Dankas antaŭe. -- FSF associate member #7257 http://hfday.org/
--- /usr/share/X11/xkb/symbols/epo.~1364561268~ 2012-12-25 11:40:03.000000000 +0000 +++ /usr/share/X11/xkb/symbols/epo 2013-03-29 12:06:39.359961082 +0000 @@ -41,7 +41,7 @@ key <AE05> { [ 5, percent, EuroSign, EuroSign ] }; - include "level3(ralt_switch)" +// include "level3(ralt_switch)" };