Hi,

        Now that the fr-latin9 keyboard is in X, I've started to get some
useful feedback on this version ; it is polishing time :

- somehow XFree86 is aware Eacute (�) is caps for eacute (�), but not
that � (OE) is caps for � (oe). This has the very bad side-effect of
making the oe key print oe in caps. Any pointer on where this can be
tweaked.

- french uses "," as decimal separator, but "." is what's printed on the
numeric keypad. What is the best way of handling this ? (I've seen quite
a few european maps and not two seem to agree on the way to solve this):

key <KPDL>  { [ KP_Delete, period, KP_Delete, KP_Decimal ] };

or

key <KPDL> { [ KP_Delete, KP_Decimal, KP_Delete, comma ] };

or 

key <KPDL> { [ KP_Delete, period, KP_Delete, comma ] };

or

key <KPDL> { [ KP_Delete, KP_Decimal_period, KP_Delete,
KP_decimal_comma  ] };

(I seem to remember someone said lately unicode had defined two
different symbols, is there a way to map on them cleanly ? And will it
break terminal apps ?)

        I'd be grateful for any tips since I'm quite at a loss on those issues.

        Regards,

-- 
Nicolas Mailhot

Attachment: signature.asc
Description: PGP signature

Reply via email to