Hello guys, I can't toggle the tags with my mouse after I changed from one keyboard layout to another.
The change is done via an alt_shift_toggle which I set in 10-keymap.fdi. [orsch...@thinkpad ~]$ cat /etc/hal/fdi/policy/10-keymap.fdi <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keymap"> <append key="info.callouts.add" type="strlist">hal-setup-keymap</append> </match> <match key="info.capabilities" contains="input.keys"> <merge key="input.xkb.rules" type="string">base</merge> <!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). --> <merge key="input.xkb.model" type="string">keyboard</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.xkb.model" type="string">evdev</merge> </match> <merge key="input.xkb.layout" type="string">de,pl</merge> <merge key="input.xkb.options" type="string">grp:alt_shift_toggle</merge> </match> </device> </deviceinfo> Whenever I use the polish layout this effect appears. The german layout on the other side still works fine. What could that be? Regards