> Thanks to the person who gave me tip for modifying the CapsLock key. > However, actually I don't want to disable this key completely, but > switch between a german and english keyboard layout. So I want, that > when CapsLock is on, I can use the english layout (much better for > programming) and when the key is off to use my german layout (i need > this for the umlauts like ����). Has anybody an idea, how I can > achieve this? Probably with xmodmap, but how?
A bit off topic, but the following is from the freebsd handbook... To activate a Russian keyboard, add the following to the "Keyboard" section of your XF86Config file. For XFree86 v3.*: XkbLayout "ru" XkbOptions "grp:caps_toggle" For XFree86 v4.*: Option "XkbLayout" "ru" Option "XkbOptions" "grp:caps_toggle" Mike
