symbols/si: removed extraneous variants introduced in 2005 with bad7b04130f
[xorg/xkeyboard-config] / symbols / si
1 // $XKeyboardConfig$
2 //
3
4 default partial alphanumeric_keys
5 xkb_symbols "basic" {
6
7     name[Group1]="Slovenia";
8
9     include "rs(latin)"
10
11     key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
12 };
13
14 partial alphanumeric_keys 
15 xkb_symbols "us" {
16
17     name[Group1]= "Slovenia - US keyboard with Slovenian letters";
18
19     include "rs(latinyz)"
20
21     key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
22 };
23
24
25 partial alphanumeric_keys 
26 xkb_symbols "alternatequotes" {
27
28     name[Group1]= "Slovenia - Use guillemets for quotes";
29
30     include "rs(latinalternatequotes)"
31
32     key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
33 };