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

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

Re: keyboard-translate does suddenly not work anymore


From: Peter Dyballa
Subject: Re: keyboard-translate does suddenly not work anymore
Date: Wed, 11 May 2005 00:57:35 +0200


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





reply via email to

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