My Win (Super) key was not enabled by a default Ubuntu Feisty installation. To enable the Win key add XKbOptions below the InputDevice on /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "altwin:super_win"
EndSection
No comments:
Post a Comment