Comment 8 for bug 407940

Revision history for this message
Alexander Hartl (alx321) wrote :

> > Yes, € and $ are correct but they don't work anyway...

> They can't work in X.org because they have a key code > 255, that's a
> known limitation of X (there's a bug report for it, but I'm offline
> right now and can't find it). Nothing we can fix in udev and the
> keymaps, unfortunately.

Ah, ok. Then that's a question of time, don't actually need them anyway.

> Did adding these keys
> to above map actually make these keys work? If so, this would prove
> that they are indeed normal keys on the input/event5 device (as I
> would expect).

Yes, they do (except that fastforward and rewind don't do what they're supposed to in rhythmbox). Then the keys also appear in
sudo /lib/udev/keymap -i input/event5
which actually is no surprise as in 2.6 kernels the scancodes are always mapped to keycodes and mapped back if the scancode is requested, so they can't show up as long as they don't have a keycode. Or am I wrong there?