Hi, I'm trying to use the CapsLock key as control key. With 'setxkbmap -option ctrl:nocaps' that works --- until I use 'xmodmap' to load my keymap. Once the keymap is loaded, the CapsLock key again works as CapsLock and not as control.
This worked fine with other distributions. Is there anything special to Gentoo which breaks this? Section "InputClass" Identifier "keyboard-all" Driver "evdev" Option "XkbLayout" "de" Option "XkbModel" "pc105" Option "XkbRules" "xorg" Option "XkbOptions" "ctrl:nocaps,terminate:ctrl_alt_bksp" MatchIsKeyboard "on" EndSection ~/.xinitrc: [...] setxkbmap -option ctrl:nocaps xmodmap ~/.Xmodmap [...] ~/.Xmodmap: [...] keycode 37 = Control_L NoSymbol Control_L [...] -- Again we must be afraid of speaking of daemons for fear that daemons might swallow us. Finally, this fear has become reasonable.