Package: xserver-xfree86 Version: 4.2.1-6 Severity: minor I am trying to use a different button for grp:toggle from the default right Alt. I use this xkb options line:
Option "XkbOptions" "grp:rwin_switch,grp:lwin_toggle,grp_led:scroll" What happens is that both lwin and right Alt do the toggle instead of only lwin, like I would expect. Am I doing something wrong? This is my InputDevice section for the keyboard. Section "InputDevice" Identifier "Logitech Internet Navigator Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "logiinetnav" Option "XkbLayout" "el" Option "XkbOptions" "grp:rwin_switch,grp:lwin_toggle,grp_led:scroll" EndSection