Merge pull request #93 from rbreaves/hotfix

- Minor changes to NextEvent filter and added capslock options
This commit is contained in:
Ben Reaves
2020-04-03 17:19:50 -05:00
committed by GitHub
4 changed files with 22 additions and 8 deletions

View File

@@ -33,6 +33,15 @@ xkb_symbols "swapescape" {
key <CAPS> { [ Escape ] };
key <ESC> { [ Caps_Lock ] };
};
hidden partial modifier_keys
xkb_symbols "caps_shiftlock" {
replace key <CAPS> { [ Shift_Lock ] };
modifier_map Shift { Shift_Lock };
};
hidden partial modifier_keys
xkb_symbols "caps_none" {
key <CAPS> { [ VoidSymbol ] };
};
default partial xkb_symbols "mac_levelssym" {
// // Minimize window Cmd + H = Alt + F9
// // 2 caveats