mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 12:44:57 +02:00
9 lines
389 B
Plaintext
Executable File
9 lines
389 B
Plaintext
Executable File
// swap parentheses and square brackets
|
|
default partial
|
|
xkb_symbols "swap_brackets" {
|
|
replace key <AE09> { [ 9, bracketleft ] };
|
|
replace key <AE10> { [ 0, bracketright ] };
|
|
replace key <AD11> { [ parenleft, braceleft ] };
|
|
replace key <AD12> { [ parenright, braceright ] };
|
|
};
|