diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | symbols/fr | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,6 +4,8 @@ http://bugs.freedesktop.org/show_bug.cgi?id=14022 * symbols/be: added missing character, http://bugs.freedesktop.org/show_bug.cgi?id=19751 + * symbols/fr: fixed . on numpad, period->KP_Decimal, + http://bugs.freedesktop.org/show_bug.cgi?id=19756 2009-01-24 Sergey Udaltsov @@ -388,7 +388,7 @@ xkb_symbols "latin9" { // French uses a comma as decimal separator, but keyboards are labeled with a period // Will take effect when KP_Decimal is mapped to the locale decimal separator - key <KPDL> { [ KP_Delete, period, KP_Delete, KP_Decimal ] }; + key <KPDL> { [ KP_Delete, KP_Decimal, KP_Delete, KP_Decimal ] }; include "level3(ralt_switch)" }; |