The abnt2 keyboard has a comma and a dot in the keypad. The dot is generating 
the KP_Decimal keysym but the comma is generating the comma keysym. This make 
both comas use the same keysym. It appears to me that the KP_Separator should 
be generated.

This can be done by replacing the line 
key <KPDL>  { [ KP_Delete,      comma ]     };
in the files
/etc/X11/xkb/symbols/br and /etc/X11/xkb/symbols/pc/br by the line
key <KPDL>  { [ KP_Delete,       KP_Separator ]     };

I have found this problem while trying to make the abnt2 keyboard work 
properly with wine 
(http://www.winehq.org/hypermail/wine-patches/2004/04/0214.html and 
http://www.winehq.org/hypermail/wine-devel/2004/04/0299.html).

 Thanks for any comment.

Rafael �vila de Esp�ndola

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to