Back out cf93beb - restore numeric keypad separator for FR/IT/NL
authorEgbert Eich <eich@freedesktop.org>
Tue, 4 Feb 2014 13:13:53 +0000 (14:13 +0100)
committerSergey Udaltsov <sergey.udaltsov@gmail.com>
Wed, 5 Feb 2014 11:02:23 +0000 (11:02 +0000)
This reverts commit cf93beb47f9907946dd72ca4d481ffbbbadda53a

  Let <KPDL> key on it,fr and nl keyboards generate KP_Separator.

  Notwithstanding the never ending discussion what character this
  key on the numeric keypad should produce this key should produce
  what is imprinted on the keyboards. After all all three countries
  are observing the SI standards.
  This makes this layout more consistent and match for instance
  what is done in the de layout.

It turned out that the information about the keypad separator
for the fr, it and nl keyboard layouts were obtained from what
glibc sets as delimiter for the respective language.
This however doesn't coincide what is imprinted on the keyboards
for the respective languages.

Signed-off-by: Egbert Eich <eich@freedesktop.org>
symbols/fr
symbols/it
symbols/nl

index 9c89db825891d0aa538c101341d12e0e536cbb83..3898b1c57c8bebf52c2086ce7577f28f5099ff32 100644 (file)
@@ -36,8 +36,6 @@ xkb_symbols "basic" {
     key <AB09> { [     colon,      slash, periodcentered,   division ] };
     key <AB10> { [    exclam,    section, dead_belowdot, dead_abovedot ] };
 
-    include "kpdl(comma)"
-
     include "level3(ralt_switch)"
 };
 
index 8a66a306acf573082e100108e12e8e9f5db305b3..2673cf9e9a57e7e8b7274355d3ea6b20b10e17c6 100644 (file)
@@ -33,8 +33,6 @@ xkb_symbols "basic" {
 
     key <LSGT> { [      less,    greater,guillemotleft,guillemotright] };
 
-    include "kpdl(comma)"
-
     include "level3(ralt_switch)"
 };
 
index 1dde405f8550d1326d09ee3c3b3bb054ddaa271d..76cb0183ee1a9868dac8486a12993bc7cbee551a 100644 (file)
@@ -49,8 +49,6 @@ xkb_symbols "basic" {
 
     key <LSGT> { [bracketright, bracketleft,       bar,    brokenbar ] };
 
-    include "kpdl(comma)"
-
     include "level3(ralt_switch)"
 };