mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 20:54:57 +02:00
10 lines
178 B
Plaintext
Executable File
10 lines
178 B
Plaintext
Executable File
//
|
|
// Default Australian is the same as American
|
|
//
|
|
default partial alphanumeric_keys
|
|
xkb_symbols "basic" {
|
|
include "us(basic)"
|
|
|
|
name[Group1]= "English (Australian)";
|
|
};
|