You are not logged in.

#1 2008-12-28 11:38:49

LonelyStar
Member
Registered: 2007-12-09
Posts: 123

ctrl:nocaps not working anymore

Hi,

I have this in my xorg.conf:

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbOptions" "ctrl:nocaps"
EndSection

The ctrl:nocaps option should result in the caps key having the same function as ctrl.
But the caps key still has its caps functionality sad.

It has worked in the past, I believe the problem arrived with a xorg update.

Any help?
Thanks!
Nathan

Last edited by LonelyStar (2008-12-28 11:39:08)

Offline

#2 2008-12-28 15:36:13

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: ctrl:nocaps not working anymore

Configure "input.xkb.options" via HAL:  http://wiki.archlinux.org/index.php/Xor … figuration

Offline

#3 2008-12-28 15:47:36

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: ctrl:nocaps not working anymore

I'm seeing this with the xmodmap method also. The strange thing is that disabling Caps_Lock still works properly, but changing it's functionality doesn't. Anyway, this wasn't caused by the xorg-server update, it's newer than that. It's only been around two or three days since it started.

tdy, that's good advice. I'll check it out.

Offline

#4 2008-12-28 22:34:03

EnvoyRising
Member
Registered: 2008-08-08
Posts: 118

Re: ctrl:nocaps not working anymore

Stange, the xmodmap method works for me. Then again, I'm swapping my caps lock and ctrl keys, not adding a ctrl key.

remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L

Then i put "xmodmap ~/.Xmodmap" in my ~/.xinitrc

Offline

Board footer

Powered by FluxBB