You are not logged in.
Whats the best way to swap my control and caps-lock? Can I do that in my .xinitrc?
Thanks
Offline
Put this into ~/.Xmodmap (straight from xmodmap manpage):
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 add this line into ~/.xinitrc (if it's not already there) before the 'exec your_wm' line:
xmodmap ~/.Xmodmap &
Offline
Put this into ~/.Xmodmap (straight from xmodmap manpage)
O RLY?
Offline
In /etc/X11/xorg.conf...
Section "InputDevice"
...
Option "XkbOptions" "ctrl:swapcaps"
...
EndSection
Offline
O RLY?
[URL=http://img368.imageshack.us/my.php?image=yarly341099vc.jpg][/URL]
Offline
phrakture wrote:O RLY?
[URL=http://img368.imageshack.us/my.php?image=yarly341099vc.jpg][/URL]
Offline