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 _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
