[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: keyboard mapping issues



* Dave Harrison <dave@nullcube.com> [030908 10:06]:
> I just want to swap my escape key with my caps lock key.  Doesnt sound
> tough does it ? ;-)

No. I have a similar key swap in my laptop with caps_lock and control.
Just google for "swap escape caps_lock"; from the first match (tip from
VimOnline), you can try an .Xmodmap like this:

-----------start------------
! Swap caps lock and escape
remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock
------------end-------------

HTH,
-- 
David



Reply to: