restruct
This commit is contained in:
31
nixos/hosts/adampad/xkb/symbols/si
Normal file
31
nixos/hosts/adampad/xkb/symbols/si
Normal file
@@ -0,0 +1,31 @@
|
||||
// Keyboard layouts for Slovenia.
|
||||
|
||||
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 ] };
|
||||
};
|
||||
Reference in New Issue
Block a user