On Thu, 14 Dec 2000, Aaron Optimizer Digulla wrote:

> This way, the user can remap every key he wants/needs.
> Currently, this makes the german keyboard usable except
> for AltGr for which I don't know the scancode.

The raw scancode for AltGr is 
0xe0 0x38
(try showkey -s on the console)
but translated on the linux console to
100
and in X to
keycode 113 (keysym 0xff7e, Mode_switch)

Bart


Reply via email to