- Updated mac_term for the changes in added GUI and DE support

This commit is contained in:
Ben Reaves
2020-02-24 00:02:40 -06:00
parent 3f4b5241eb
commit 9b97bd9ea6
2 changed files with 53 additions and 7 deletions

View File

@@ -27,6 +27,33 @@ partial xkb_symbols "mac_win" {
};
};
partial xkb_symbols "mac_global" {
// Cycle App and In App Tab Switching
replace key <TAB> {
type[Group1]= "ONE_LEVEL_CTRL",
symbols[Group1]= [
Tab,
Tab,
slash,
NoSymbol,
NoSymbol,
slash,
Tab,
Tab
],
actions[Group1]= [
NoAction(),
NoAction(),
RedirectKey(key=<BKSL>,clearmods=Shift),
// FK18 is just to clear Alt
RedirectKey(key=<FK18>,clearmods=Mod1),
RedirectKey(key=<FK18>,clearmods=Mod1),
// Also need to remap on the DE level
// to backslash \ for Cmd+Tab
RedirectKey(key=<TAB>),
RedirectKey(key=<TAB>,modifiers=Control,clearmods=Mod4),
RedirectKey(key=<TAB>,modifiers=Control+Shift,clearmods=Mod4)
]
};
// Page Up
replace key <UP> {
type[Group1]= "ONE_LEVEL_CTRL",