You are not logged in.
I have some application that use the Super key for keybinding and I don't want to change them, but it seems that Xorg doesn't recognize the keyboard, or something like this...
This is what I have in xorg.conf:
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Offline
Try adding
Option "XkbOptions" "altwin:super_win"
Note, however, that this will not work with Compiz or Beryl; both don't support the xkb extension yet.
Offline