Hi, Oops sorry I think I mixed tables. :( It's the problem because I dont work with default fr_FR.ttb but a modified table. Anyway the currency line weren't commented, so I did. And... still nothing.
So let's sum up :) 1. On a terminal: echo "keycode 254 = EuroSign " | xmodmap - 2. In fr_FR.ttb: # char \xA4 (1 5 8) # A4 ⢑ ¤ [CURRENCY SIGN] char \u20AC (1 5 8) # ⢑ € [EURO SIGN] 3. The xbrlapi log: Couldn't translate keysym 010020AC to keycode. Isn't because I added the line char \u20AC (1 5 8) # ⢑ € [EURO SIGN] by hand? The keysym isn't the same but still doesn't work. Well, strange. :) Regards, Jean-Philippe MENGUAL Le lundi 26 juillet 2010 à 23:26 +0200, Samuel Thibault a écrit : > Jean-Philippe MENGUAL, le Mon 26 Jul 2010 23:20:30 +0200, a écrit : > > So the issue is in brltty, before xbrlapi. Could you post the complete > > > combination of braille tables that you are using? > > What do you mean? The braille table? Braille table is fr_FR.ttb > > Ah, that's why. You need to commend the following line which yields the > currency sign: > > char \xA4 (1 5 8) # A4 ⢑ ¤ [CURRENCY SIGN] > > > with added manually line for eurosign content in en_CA.ttb. To do my euro > > sign, I do 1 5 8 (it appears with this form on the braille display). > > Thanks for these details, it was indeed important and what I needed to > understand the issue. > > 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 _______________________________________________ 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
