Bug#386405: xkb-data: Right-Option is no longer recognized
On Thu, Sep 07, 2006 at 11:47:11PM +0100, Rogerio Reis wrote:
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "keyboard"
> Option "XkbKeycodes" "macintosh"
> Option "XkbSymbols" "macintosh/pt"
> Option "XkbGeometry" "macintosh"
> Option "XkbOptions" "ctrl:nocaps,lv3:lwin_switch"
> Option "XkbRules" "xorg"
> Option "XkbModel" "powerbook"
> Option "LeftAlt" "Meta"
> Option "RightAlt" "LWin"
> Option "XkbLayout" "pt"
> EndSection
It may have worked with xlibs, but not with any version of xkb-data.
You should write instead
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbModel" "powerbook"
Option "XkbLayout" "pt"
Option "XkbOptions" "ctrl:nocaps,lv3:lwin_switch"
EndSection
With these options, does your right Option key work as expected?
If not, what is it supposed to do?
Denis
Reply to: