Re-organization of xkb version back into kinto

This commit is contained in:
Ben Reaves
2021-07-10 02:00:13 -05:00
parent dcbf1e8382
commit a5a1d156e0
23 changed files with 2430 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
partial modifier_keys
xkb_symbols "swap_lalt_lctrl" {
replace key <LALT> { [ Control_L, Control_L ] };
replace key <LCTL> { [ Alt_L, Meta_L ] };
};