emacs-devel
[Top][All Lists]
Advanced

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

Re: Default Emacs keybindings


From: Luc Teirlinck
Subject: Re: Default Emacs keybindings
Date: Mon, 3 May 2004 17:59:47 -0500 (CDT)

Richard Stallman wrote:

   What we should do is include prominent documentation telling users how
   to remap their caps-lock key, with specific recipes.  (I have no idea
   where to find this information for GNU/Linux.)

>From M-x man xmodmap:

       One of the more irritating differences  between  keyboards
       is  the  location  of  the Control and Shift Lock keys.  A
       common use of xmodmap is to swap these two  keys  as  fol-
       lows:

            !
            ! 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

I would guess that this works not just on GNU/Linux, but also on
various varieties of Unix as well.  I do not know about other
operating systems.

Sincerely,

Luc.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]