mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 12:44:57 +02:00
24 lines
358 B
Plaintext
Executable File
24 lines
358 B
Plaintext
Executable File
default
|
|
xkb_symbols "basic" {
|
|
|
|
include "de(basic)"
|
|
|
|
name[Group1]="German (Austria)";
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "nodeadkeys" {
|
|
|
|
include "de(nodeadkeys)"
|
|
|
|
name[Group1]="German (Austria, no dead keys)";
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "mac" {
|
|
|
|
include "de(mac)"
|
|
|
|
name[Group1]= "German (Austria, Macintosh)";
|
|
};
|