The group name for it(us) fixed
[xorg/xkeyboard-config] / symbols / si
1 default partial alphanumeric_keys
2 xkb_symbols "basic" {
3
4     name[Group1]="Slovenian";
5
6     include "rs(latin)"
7
8     key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
9 };
10
11 partial alphanumeric_keys 
12 xkb_symbols "us" {
13
14     name[Group1]= "Slovenian (US keyboard with Slovenian letters)";
15
16     include "rs(latinyz)"
17
18     key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
19 };
20
21
22 partial alphanumeric_keys 
23 xkb_symbols "alternatequotes" {
24
25     name[Group1]= "Slovenian (use guillemets for quotes)";
26
27     include "rs(latinalternatequotes)"
28
29     key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
30 };