On Tue, 14 Oct 2014 16:22:04 +0200 Matthias Urlichs <[email protected]> wrote: > The culprit turned out to be the German "Neo2" keyboard layout. Merely > having that keyboard in the list of input methods (but NOT active!) causes > Alt-Tab to stop working.
There seems to be an issue with the βTabβ binding on key β8β:
in /usr/share/X11/xkb/symbols/de
key <AE08> { [ 8, doublelowquotemark, singlelowquotemark, U27E8, Tab,
ISO_Left_Tab, U221E, NoSymbol ] };
^^^
Gnome seems to have a problem, when Tab is defined on another Key than
the Tab key.
This fixes the issue (but changes the Layout)
key <AE08> { [ 8, doublelowquotemark, singlelowquotemark, U27E8, NoSymbol,
ISO_Left_Tab, U221E, NoSymbol ] };
Ben
signature.asc
Description: This is a digitally signed message part

