summaryrefslogtreecommitdiff
path: root/symbols/si
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2014-02-02 15:12:52 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-02-02 20:40:29 +0000
commitf0cf10e982b134fd6cdaab005f3708f74dbbac3b (patch)
tree7cb3e8a8c0bce78f446942e91cd8c43804abfd4a /symbols/si
parent200373080d95643b7c433762a49167ef0a417765 (diff)
downloadxkeyboard-config-f0cf10e982b134fd6cdaab005f3708f74dbbac3b.tar.gz
symbols/??: Putting the name of the layout *after* the main include.
To avoid this name getting overridden by the name in the include, so that 'xkbcomp -xkb' can report the actual name of the layout used. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'symbols/si')
-rw-r--r--symbols/si13
1 files changed, 6 insertions, 7 deletions
diff --git a/symbols/si b/symbols/si
index 041828c..7e214fb 100644
--- a/symbols/si
+++ b/symbols/si
@@ -1,30 +1,29 @@
default partial alphanumeric_keys
xkb_symbols "basic" {
- name[Group1]="Slovenian";
-
include "rs(latin)"
+ name[Group1]="Slovenian";
+
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};
partial alphanumeric_keys
xkb_symbols "us" {
- name[Group1]= "Slovenian (US keyboard with Slovenian letters)";
-
include "rs(latinyz)"
+ name[Group1]= "Slovenian (US keyboard with Slovenian letters)";
+
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};
-
partial alphanumeric_keys
xkb_symbols "alternatequotes" {
- name[Group1]= "Slovenian (with guillemets for quotes)";
-
include "rs(latinalternatequotes)"
+ name[Group1]= "Slovenian (with guillemets for quotes)";
+
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};