mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 20:54:57 +02:00
30 lines
590 B
Plaintext
Executable File
30 lines
590 B
Plaintext
Executable File
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)";
|
|
|
|
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "alternatequotes" {
|
|
|
|
include "rs(latinalternatequotes)"
|
|
|
|
name[Group1]= "Slovenian (with guillemets)";
|
|
|
|
key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
|
|
};
|