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

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

Re: AltGr with Emacs 23 on OSX and German keyboard


From: Peter Dyballa
Subject: Re: AltGr with Emacs 23 on OSX and German keyboard
Date: Fri, 13 Nov 2009 11:09:41 +0100


Am 13.11.2009 um 10:06 schrieb Stefan Kamphausen:

Does anyone in this group have a solution, an url or an idea?


The xmodmap utility will show you the keys defined and the X modifiers set. In a file ~/.xmodmaprc you can change settings and load it into xmodmap as a statement in ~/.xinitrc when X11 is launched ("xmodmap ${HOME}/.xmodmaprc"). The code could be:

        clear Mod1
        keycode 66 = Meta_L
        add Mod1 = Meta_L

The utility xev can give you exact information about a key and X modifiers.

--
Mit friedvollen Grüßen

  Pete

Ich bin dafür, die Dinge so weit wie möglich zu vereinfachen.
Aber nicht weiter.
                                (Albert Einstein)





reply via email to

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