8abf6371e4
* New structure of descriptions, massive changes in user-visible strings. Special release for GNOME 3. ok shadchin@ matthieu@
31 lines
632 B
Plaintext
31 lines
632 B
Plaintext
default partial alphanumeric_keys
|
|
xkb_symbols "basic" {
|
|
|
|
name[Group1]="Slovenia";
|
|
|
|
include "rs(latin)"
|
|
|
|
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "us" {
|
|
|
|
name[Group1]= "Slovenia - US keyboard with Slovenian letters";
|
|
|
|
include "rs(latinyz)"
|
|
|
|
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
|
|
};
|
|
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "alternatequotes" {
|
|
|
|
name[Group1]= "Slovenia - Use guillemets for quotes";
|
|
|
|
include "rs(latinalternatequotes)"
|
|
|
|
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
|
|
};
|