summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2011-05-30 10:51:58 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2013-12-18 01:03:26 +0000
commitcf93beb47f9907946dd72ca4d481ffbbbadda53a (patch)
tree70f0efe2c24f39296dafe17d0656c2b9d3695706
parentc13bd1e037460c7afdf894ba9af50432cd6d1ae3 (diff)
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. Signed-off-by: Egbert Eich <eich@freedesktop.org>
-rw-r--r--symbols/fr2
-rw-r--r--symbols/it2
-rw-r--r--symbols/nl2
3 files changed, 6 insertions, 0 deletions
diff --git a/symbols/fr b/symbols/fr
index 3898b1c5..9c89db82 100644
--- a/symbols/fr
+++ b/symbols/fr
@@ -36,6 +36,8 @@ xkb_symbols "basic" {
key <AB09> { [ colon, slash, periodcentered, division ] };
key <AB10> { [ exclam, section, dead_belowdot, dead_abovedot ] };
+ include "kpdl(comma)"
+
include "level3(ralt_switch)"
};
diff --git a/symbols/it b/symbols/it
index 3e402c98..9e6ed018 100644
--- a/symbols/it
+++ b/symbols/it
@@ -33,6 +33,8 @@ xkb_symbols "basic" {
key <LSGT> { [ less, greater,guillemotleft,guillemotright] };
+ include "kpdl(comma)"
+
include "level3(ralt_switch)"
};
diff --git a/symbols/nl b/symbols/nl
index ff60dbba..d37ff27d 100644
--- a/symbols/nl
+++ b/symbols/nl
@@ -49,6 +49,8 @@ xkb_symbols "basic" {
key <LSGT> { [bracketright, bracketleft, bar, brokenbar ] };
+ include "kpdl(comma)"
+
include "level3(ralt_switch)"
};