Comment 9 for bug 182704

Revision history for this message
Anton Shestakov (av6) wrote :

I also have this problem, and multimedia keys work only if numlock is disabled.

xorg.conf:
<cut />
Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "us,ru"
 Option "XkbVariant" ",winkeys"
 Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
<cut />