Hi,
I'm an Emacs user and heavily rely on the Caps Lock key to function as a Control key.
I would like to switch to Colemak but the default keyboard setting for Caps Lock is Backspace.
I have tried to remap Caps Lock back to the Control key by configuring my ~/.Xmodmap file as
!
! Swap Caps_Lock and Control_L
!
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
and my ~/.Xkbmap file as
setxkbmap -layout us -variant colemak -option ctrl:nocaps
.
Both attempts have proved futile and the Caps Lock key still functions as a backspace inside Emacs.
I'm using a Lenovo X200 laptop running Fedora 11 with gnome.
Does anyone know how I can map the Caps Lock key as a Control Key for Colemak?
Any help would be much appreciated. Thanks.