You are not logged in.

#1 2007-02-19 19:36:54

RaisedFist
Member
From: Romania
Registered: 2007-01-30
Posts: 556
Website

"Super" Key not working

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

#2 2007-02-19 19:43:29

Captain Spaulding
Member
Registered: 2006-11-16
Posts: 115
Website

Re: "Super" Key not working

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

#3 2007-02-19 19:51:05

RaisedFist
Member
From: Romania
Registered: 2007-01-30
Posts: 556
Website

Re: "Super" Key not working

Uh... so that's the problem... :-/

Sorry for disturbing.

Offline

Board footer

Powered by FluxBB