Re: Newbie: Emacs Advice



Matthias Buelow writes:

> David Golden <david.golden@xxxxxxxxxxxxx> wrote:
>> Option "XkbOptions" "ctrl:nocaps"
>> This makes Caps Lock into an extra Control.

> On shared machines where you're not root (and hence cannot edit the
> X config), or on non-XFree/Xorg systems, you can use xmodmap (by,
> say, calling "xmodmap $HOME/.xmodmap" in .xsession) with the following
> in the config file:

> remove Lock = Caps_Lock
> keysym Caps_Lock = Control_L
> add Control = Control_L
> keysym Menu = Multi_key

> Btw., if someone knows a method of doing that quickly without
> exchanging system DLLs on Windows, I'd be interested of hearing
> about it.

I found this a while ago, at http://c2.com/cgi/wiki?RemapCapsLock:

Make a file named (for example) CapsLockIsCtrl.reg with these three
lines:

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00

Double click it from Windows explorer, reboot. That nasty CapsLock is
gone!

This has saved me lots of agony when having to work in Windows.

Bjorn.
.



Relevant Pages

  • Re: CLI-kiddies/advocates ?
    ... > who refuse menues and say they need the extra control. ... But hey, if you prefer Windows, then be my guest. ... to use GNU/Linux, and GNU/Linux is not a substitute for Windows - it's ... With kind regards, ...
    (comp.os.linux.misc)
  • Re: F7: Compiz makes me freeze
    ... controls and then, it just started freezing my computer ... clicked in the middle of windows to move them asside. ... Even the keyboard froze; caps lock and ...
    (Fedora)
  • Re: how do i change caps lock setting
    ... I found a setting for this somewhere in the Control Panel in Windows 2000, ... Languages tab, then Key Settings in the Text Services and Input Languages ... There is a section for "To turn off Caps Lock" with CAPS LOCK and ...
    (microsoft.public.word.docmanagement)
  • Re: windows xp sending fax from my docs
    ... CAN I USE THE WINDOWS PC FAX OPTION AND FAX MYSELF A DOC? ... Please turn off your caps lock. ... Assuming that your single phone line is how you access the Internet, then you could use a commercial Internet fax service: ...
    (microsoft.public.windowsxp.print_fax)
  • Re: Newbie: Emacs Advice
    ... >This makes Caps Lock into an extra Control. ... X config), or on non-XFree/Xorg systems, you can use xmodmap (by, ... keysym Caps_Lock = Control_L ...
    (comp.lang.lisp)