From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: keyboard-translate does suddenly not work anymore
Date: Wed, 11 May 2005 00:57:35 +0200 [thread overview]
Message-ID: <fdbe4c5837151cccaa198ffea19c8cdc@Web.DE> (raw)
In-Reply-To: <87psvydalu.fsf@ortler.iwr.uni-heidelberg.de>
Am 10.05.2005 um 23:39 schrieb Nicolas Neuss:
> (keyboard-translate ?\366 ?\[)
>
> However, something has broken this (Maybe some software update,
> because I
> installed Motif today? Before this I have also reconfigured the X
> server.).
You know 'xmodmap -pk'? You can re-programme the X server partially
with xmodmap: it has some 'programming language' to 'correct' the
keyboard layout (here commented):
!!keycode 60 = Meta_R
!!keycode 69 = Meta_R
!!keycode 63 = Alt_L
!!keycode 66 = Meta_L
!!
!!clear Mod1
!!clear Mod2
!!
!!add Mod1 = Alt_L Alt_R
!!add Mod2 = Meta_L Meta_R
In .xinitrc you then could do: xmodmap .xmodmaprc ...
In GNU Emacs you can check your keyboard with C-h k.
A bit deeper goes C-u M-: (read-event) RET <your key>. ö would probably
produce 2294 (04366, 0x8f6).
--
Mit friedvollen Grüßen
Pete
Got Mole problems?
Call Avogadro 6.02 x 10^23
next prev parent reply other threads:[~2005-05-10 22:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-10 21:39 keyboard-translate does suddenly not work anymore Nicolas Neuss
2005-05-10 22:57 ` Peter Dyballa [this message]
[not found] ` <mailman.4521.1115766269.2819.help-gnu-emacs@gnu.org>
2005-05-11 5:41 ` Nicolas Neuss
2005-05-11 14:14 ` Stefan Monnier
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=fdbe4c5837151cccaa198ffea19c8cdc@Web.DE \
--to=peter_dyballa@web.de \
--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.
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).