summaryrefslogtreecommitdiff
path: root/symbols/si
diff options
context:
space:
mode:
authorJaka Kranjc <lynxlynxlynx@sourcemage.org>2009-02-11 22:41:46 +0100
committerSergey V. Udaltsov <svu@linnie-the-pooh.(none)>2009-02-14 14:54:42 +0000
commit18e8a5713dc09b221bd04c37aa5db865a07dc17d (patch)
tree4bc594b457a38adf896a00411006aca7f5f6d8dc /symbols/si
parent8ae4756cd1c36ddb0db58738e52c0a3c423d2010 (diff)
downloadxkeyboard-config-18e8a5713dc09b221bd04c37aa5db865a07dc17d.tar.gz
symbols/si: <TLDE> should print cedilla, diaeresis and have only two levels
During a recent discussion about the upcoming new slovenian layout it was pointed out that the existing is buggy when it comes to the "tilda key". Instead of printing the cedilla (not dead) and diaresis on the second level, it prints grave, tilde, notsign and notsign. This is due to historic reasons, since the various ex-yugoslavian variants were the same. Signed-off-by: Jaka Kranjc <lynxlynxlynx@sourcemage.org>
Diffstat (limited to 'symbols/si')
-rw-r--r--symbols/si10
1 files changed, 10 insertions, 0 deletions
diff --git a/symbols/si b/symbols/si
index 8e49cac..f133065 100644
--- a/symbols/si
+++ b/symbols/si
@@ -7,6 +7,8 @@ xkb_symbols "basic" {
name[Group1]="Slovenia";
include "rs(latin)"
+
+ key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};
partial alphanumeric_keys
@@ -15,6 +17,8 @@ xkb_symbols "us" {
name[Group1]= "Slovenia - US keyboard with Slovenian letters";
include "rs(latinyz)"
+
+ key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};
@@ -24,6 +28,8 @@ xkb_symbols "alternatequotes" {
name[Group1]= "Slovenia - Use guillemets for quotes";
include "rs(latinalternatequotes)"
+
+ key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};
partial alphanumeric_keys
@@ -32,6 +38,8 @@ xkb_symbols "unicode" {
name[Group1]= "Slovenia - Use Slovenian digraphs";
include "rs(latinunicode)"
+
+ key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};
partial alphanumeric_keys
@@ -40,4 +48,6 @@ xkb_symbols "unicodeus" {
name[Group1]= "Slovenia - US keyboard with Slovenian digraphs";
include "rs(latinunicodeyz)"
+
+ key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};