Comment 17 for bug 188342

Revision history for this message
Olivier Mengué (dolmen) wrote : Re: keymap fr: numpad '.' mapped to period instead of KP_Decimal

The "fr/oss" keyboard still has the bug in Ubuntu 11.10. And this is still a major usability issue for LibreOffice Calc users.

/usr/share/X11/xkb/symbols/fr in the oss section includes keypad(oss) which includes kpdl(dotoss):

partial keypad_keys
xkb_symbols "dotoss" {

    key.type[Group1]="FOUR_LEVEL_MIXED_KEYPAD" ;

    key <KPDL> { [ KP_Delete, period, comma, 0x100202F ] }; // <delete> . , ⍽ (narrow no-break space)
};