unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@web.de>
To: Yarek Kowalik <yarek.kowalik@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Combining Ctrl + Super_l + ' (quote) does not work
Date: Fri, 14 Nov 2008 01:08:03 +0100	[thread overview]
Message-ID: <00BBC1A6-F939-4534-BAFF-3FBAAFE94F27@web.de> (raw)
In-Reply-To: <ecb948b30811121509k9e68f4dyd9993ec1c8e583ea@mail.gmail.com>


Am 13.11.2008 um 00:09 schrieb Yarek Kowalik:

> shift       Shift_L (0x32),  Shift_R (0x3e)
> lock        Caps_Lock (0x42)
> control     Control_L (0x25),  Control_R (0x6d)
> mod1        Alt_L (0x40),  Alt_R (0x71),  Meta_L (0x9c)
> mod2        Num_Lock (0x4d)
> mod3
> mod4        Super_L (0x7f),  Hyper_L (0x80)
> mod5        Mode_switch (0x5d),  ISO_Level3_Shift (0x7c)

Alt and Meta are the same – not good. Throw away Num_Lock and put  
Meta into its slot. Then move Hyper to mod3. Now you can add Super_R  
as another mod4.

Before you can add any modifier you first need to declare it as a  
key, for example (with decimal number):

	keycode 116 = Super_R

The utility xev can tell you the key's code. Once it's defined,  
xmodmap -pk should list it. Then you can make it a modifier.

As an example one of my corrections works like this:

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

--
Greetings

   Pete

Globalisation – communism from above.










  reply	other threads:[~2008-11-14  0:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-12 20:26 Combining Ctrl + Super_l + ' (quote) does not work Yarek Kowalik
2008-11-12 20:32 ` Yarek Kowalik
2008-11-12 22:49 ` Peter Dyballa
2008-11-12 23:09   ` Yarek Kowalik
2008-11-14  0:08     ` Peter Dyballa [this message]
2008-11-14  7:42       ` Yarek Kowalik
2008-11-15 10:17         ` Peter Dyballa
     [not found]   ` <mailman.209.1226536048.26697.help-gnu-emacs@gnu.org>
2008-11-13 21:49     ` Yarek Kowalik
2008-11-13 21:55       ` Joost Kremers
2008-11-14  0:02       ` Drew Adams

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=00BBC1A6-F939-4534-BAFF-3FBAAFE94F27@web.de \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=yarek.kowalik@gmail.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).