[oclug] Re: word processing
Dave O'Neill
dmo+oclug at dmo.ca
Sun Nov 14 23:11:40 EST 2004
On Sun, Nov 14, 2004 at 03:34:01PM -0500, Kevin Everets wrote:
> I almost always map control to be to the left of the 'A' key for this
> reason. In XFree86, it's a matter of:
>
> Option "XkbOptions" "ctrl:nocaps"
If you want to do this on a machine where you don't have root acces, or
you just don't want to muck with your XF86Config file, you can put the
following into ~/.xmodmaprc to make CapsLock be another control key:
!
! Turn CapsLock into control
!
remove Lock = Caps_Lock
keysym Caps_Lock = Control_L
add Control = Control_L
Then, run
# xmodmap ~/.xmodmaprc
to enable it.
Dave
More information about the OCLUG
mailing list