- Updated files for fedora and gnome compatibility

This commit is contained in:
Ben Reaves
2020-03-02 03:20:31 -06:00
parent c8ab5eb4ba
commit 4078094e33
3 changed files with 20 additions and 15 deletions

View File

@@ -162,7 +162,8 @@ default partial xkb_symbols "mac_levelssym" {
Left,
Left,
NoSymbol,
NoSymbol
NoSymbol,
Left
],
actions[Group1]= [
NoAction(),
@@ -173,6 +174,8 @@ default partial xkb_symbols "mac_levelssym" {
RedirectKey(key=<HOME>,clearmods=Control),
RedirectKey(key=<HOME>,clearmods=Control),
// Change workspace
NoAction(),
// Super - Change workspace
NoAction()
]
};

View File

@@ -147,16 +147,14 @@ partial xkb_symbols "mac_global" {
symbols[Group1]= [
Left,
Left,
NoSymbol // Default
// Left // Elementary
// Left // Elementary
NoSymbol,
Left
],
actions[Group1]= [
NoAction(),
NoAction(),
RedirectKey(key=<HOME>,clearmods=Shift+Control) // Default
// Left // Elementary
// RedirectKey(key=<LEFT>,mods=Super,clearmods=Control) // Elementary
RedirectKey(key=<HOME>,clearmods=Shift+Control),
RedirectKey(key=<LEFT>,mods=Super,clearmods=Control)
]
};
// END
@@ -165,16 +163,14 @@ partial xkb_symbols "mac_global" {
symbols[Group1]= [
Right,
Right,
NoSymbol // Default
// Right, // Elementary
// Right // Elementary
NoSymbol,
Right
],
actions[Group1]= [
NoAction(),
NoAction(),
RedirectKey(key=<END>,clearmods=Shift+Control) // Default
// NoAction(), // Elementary
// RedirectKey(key=<RGHT>,mods=Super,clearmods=Control) // Elementary
RedirectKey(key=<END>,clearmods=Shift+Control),
RedirectKey(key=<RGHT>,mods=Super,clearmods=Control)
]
};
// Full Print Screen