~ubuntu-branches/ubuntu/raring/xkeyboard-config/raring

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
default partial alphanumeric_keys
xkb_symbols "basic" {

    name[Group1]="Slovenian";

    include "rs(latin)"

    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)"

    key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};


partial alphanumeric_keys 
xkb_symbols "alternatequotes" {

    name[Group1]= "Slovenian (use guillemets for quotes)";

    include "rs(latinalternatequotes)"

    key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
};