all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: chengiz <chengiz@my-deja.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Alt vs Meta - Sun keyboard, redhat linux
Date: Sat, 1 Jan 2011 20:35:53 +0100	[thread overview]
Message-ID: <248B942F-B0DD-4F9A-8434-2DE20FB54A19@Web.DE> (raw)
In-Reply-To: <6c4514cc-28cf-4a1d-8afe-6dcec2325b05@z9g2000yqz.googlegroups.com>


Am 01.01.2011 um 00:21 schrieb chengiz:

> In gnome-keyboard-properties, under Layout Options -> Alt/Win key
> behaviour, I set "Meta is mapped to the Win-keys". This resulted in
> the Meta key being mapped to M- but the Alt key is still mapped to M-.
> How do I map the Alt key to A-?

I'm not using GNOME.

I'd use xmodmap to change the modifier keys. And I'd use xev to  
determine the key code or symbol name of the keys to change.

In ~/.xinitrc you then can have:

	xmodmap ${HOME}/.xmodmaprc

and .xmodmaprc can have a little "programme" like this:

	clear Mod1
	clear Mod2
	add    Mod1    = Alt_L       Alt_R
	add    Mod2    = Meta_L      Meta_R

--
Greetings

   Pete

It isn't pollution that's harming the environment. It's the impurities  
in our air and water that are doing it.




  reply	other threads:[~2011-01-01 19:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-31 23:21 Alt vs Meta - Sun keyboard, redhat linux chengiz
2011-01-01 19:35 ` Peter Dyballa [this message]
     [not found] ` <mailman.6.1293910561.32515.help-gnu-emacs@gnu.org>
2011-01-03 20:25   ` chengiz
2011-01-03 22:53     ` Peter Dyballa
     [not found]     ` <mailman.18.1294095231.614.help-gnu-emacs@gnu.org>
2011-01-04 17:12       ` chengiz
2011-01-04 22:47         ` Peter Dyballa
     [not found]         ` <mailman.1.1294181287.10900.help-gnu-emacs@gnu.org>
2011-01-04 23:17           ` chengiz
2011-01-05  0:24             ` Peter Dyballa

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=248B942F-B0DD-4F9A-8434-2DE20FB54A19@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=chengiz@my-deja.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.