83e66faf84
plus fix for fr(oss) from Daniel Jakots <vigdis at chown dot me> ok matthieu@
30 lines
634 B
Plaintext
30 lines
634 B
Plaintext
default partial alphanumeric_keys
|
|
xkb_symbols "basic" {
|
|
|
|
include "rs(latin)"
|
|
|
|
name[Group1]="Slovenian";
|
|
|
|
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "us" {
|
|
|
|
include "rs(latinyz)"
|
|
|
|
name[Group1]= "Slovenian (US keyboard with Slovenian letters)";
|
|
|
|
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "alternatequotes" {
|
|
|
|
include "rs(latinalternatequotes)"
|
|
|
|
name[Group1]= "Slovenian (with guillemets for quotes)";
|
|
|
|
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
|
|
};
|