all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: SteveFKI <stephen.brown@eu.fkilogistex.com>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: Key bindings
Date: Thu, 29 Mar 2007 23:22:41 +0200	[thread overview]
Message-ID: <9AC781B2-F9BC-4EC5-96F7-44A27316E88B@Web.DE> (raw)
In-Reply-To: <9742406.post@talk.nabble.com>


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	other threads:[~2007-03-29 21:22 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1572.1175163715.7795.help-gnu-emacs@gnu.org>
2007-03-29 10:49 ` Key bindings Tassilo Horn
2007-03-29 13:19   ` SteveFKI
2007-03-29 20:16     ` Peter Dyballa
2007-03-29 20:49       ` SteveFKI
2007-03-29 21:22         ` Peter Dyballa [this message]
     [not found]   ` <mailman.1576.1175174562.7795.help-gnu-emacs@gnu.org>
2007-03-29 20:16     ` Malte Spiess
2007-03-29 21:02       ` SteveFKI
2007-03-29 20:22     ` Tassilo Horn
2007-03-29 10:19 SteveFKI
     [not found] <mailman.1327.1122065988.20277.help-gnu-emacs@gnu.org>
2005-07-22 21:44 ` Charles philip Chan
  -- strict thread matches above, loose matches on Subject: below --
2005-07-22 19:32 Stefan Bienert
2005-07-22 22:56 ` Peter Dyballa
     [not found] <mailman.7825.1055479806.21513.help-gnu-emacs@gnu.org>
2003-06-13  7:03 ` key bindings Kai Großjohann
2003-06-13  8:57 ` Barman Brakjoller
2003-06-13  4:49 john doe
2002-12-13 21:20 Bingham, Jay
2002-12-13 18:01 sdieselil
2002-12-13 19:51 ` Kevin Rodgers
2002-12-16 11:53 ` Kester Clegg
2002-12-18 13:10   ` sdieselil
2002-12-18 23:32 ` Koyote
2002-11-01 16:20 Jeff Rancier
2002-11-01 16:56 ` Kevin Rodgers
2002-11-01 18:37   ` Jeff Rancier
2002-11-05 17:12     ` Michael Hudson
2002-11-02  0:23 ` Henrik Enberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9AC781B2-F9BC-4EC5-96F7-44A27316E88B@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=Help-gnu-emacs@gnu.org \
    --cc=stephen.brown@eu.fkilogistex.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.