- Added chromebook script that will automatically create the local keymapping files required to swap keys later via xactive.sh

This commit is contained in:
Ryan Reaves
2019-07-29 18:47:27 -05:00
parent 76300624a2
commit a22e05cebd
2 changed files with 8 additions and 0 deletions

5
.xkb/symbols/chromebook Normal file
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 ] };
};