help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Key bindings


From: Peter Dyballa
Subject: Re: Key bindings
Date: Thu, 29 Mar 2007 23:22:41 +0200


Am 29.03.2007 um 22:49 schrieb SteveFKI:

Were you expecting to see the HOME key mapped elsewhere?

In the output of 'xmodmap -pk' – this should list the key bindings/ key symbols as used in X11. GNU Emacs sees these names, too.

The output of 'xmodmap -pk' follows the geometry of your keyboard. Look in those lines output for symbols in the neighbourhood of Home. Or for "Find."

If you than create a file ~/.xmodmaprc with a contents like

        keycode <the number of Find in xmodmap's output> = Home

and add to ~/.xinitrc a line like

        xmodmap ${HOME}/.xmodmap

before the first X client is launched, your Home key will be known as your Home key.


If you won't change more keys, you can also use a line like

        xmodmap -e 'keycode <the number of Find in xmodmap's output> = Home'

directly – or on the command line for a test.

--
Greetings

  Pete

’Twas a woman who drove me to drink, and I never had the courtesy
 to thank her for it.         — W.C. Fields






reply via email to

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