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