[BRLTTY] Eurosign

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Jul 26 18:21:04 EDT 2010


Jean-Philippe MENGUAL, le Tue 27 Jul 2010 00:07:21 +0200, a écrit :
> So let's sum up :)

Thanks, that's helpful :)

> 3. The xbrlapi log:
> Couldn't translate keysym 010020AC to keycode.

Ok, so at least it's now correct up to xbrlapi.

> 1. On a terminal:
> echo "keycode 254 = EuroSign " | xmodmap -

Ouch, now I'm realizing...

keysymdef.h:
#define XK_EuroSign                      0x20ac  /* U+20AC EURO SIGN */

it's 0x20ac in the legacy part, not 0x10020ac in the unicode part, and
xbrlapi handles only the latter.  A way to fix it for now should be

echo "keycode 254 = U20AC " | xmodmap -

Samuel


More information about the BRLTTY mailing list