This commit is contained in:
2025-09-27 22:09:23 +03:00
commit 914c0295ac
2468 changed files with 204262 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// swap parentheses and square brackets
partial default
xkb_symbols "swap_brackets" {
replace key <AE09> { [ 9, bracketleft ] };
replace key <AE10> { [ 0, bracketright ] };
replace key <AD11> { [ parenleft, braceleft ] };
replace key <AD12> { [ parenright, braceright ] };
};