mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 12:44:57 +02:00
20 lines
996 B
Plaintext
Executable File
20 lines
996 B
Plaintext
Executable File
default partial alphanumeric_keys
|
|
xkb_symbols "tswana" {
|
|
|
|
include "us"
|
|
|
|
name[Group1]= "Tswana";
|
|
|
|
key <TLDE> {[ grave, asciitilde, 0x01000300, 0x01000303 ]}; // COMBINING GRAVE ACCENT, COMBINING TILDE
|
|
key <AE06> {[ 6, asciicircum, 0x01000302 ]}; // COMBINING CIRCUMFLEX ACCENT
|
|
key <AE08> {[ 8, asterisk, 0x01000307, 0x01000323 ]}; // COMBINING DOT ABOVE, COMBINING DOT BELOW
|
|
key <AE09> {[ 9, parenleft, 0x01000306 ]}; // COMBINING BREVE
|
|
key <AE10> {[ 0, parenright, 0x0100030c ]}; // COMBINING CARON
|
|
key <AE11> {[ minus, underscore, 0x01000304, 0x01000331 ]}; // COMBINING MACRON, COMBINING MACRON BELOW
|
|
|
|
key <AC10> {[ semicolon, colon, 0x01000324, 0x01000324 ]}; // COMBINING DIAERESIS BELOW
|
|
key <AC11> {[apostrophe, quotedbl, 0x01000301, 0x01000308 ]}; // COMBINING ACUTE ACCENT, COMBINING DIAERESIS
|
|
|
|
include "level3(ralt_switch)"
|
|
};
|