- Added keyboard detection, finds id for internal and usb keyboards. Added local symbols file for chromebooks running Gallium or normal linux install.

This commit is contained in:
Ryan Reaves
2019-07-27 03:05:49 -05:00
parent f1731134a3
commit e4f96f475b
4 changed files with 66 additions and 12 deletions

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