- Fullscreen shortcut removed, glitches Cmd+F

This commit is contained in:
Ben Reaves
2020-04-12 03:17:07 -05:00
parent 3bd45bc627
commit 9c87cb2774

View File

@@ -143,9 +143,9 @@ default partial xkb_symbols "mac_levelssym" {
// Shift Super // Shift Super
F, F,
// Control Alt // Control Alt
h, h
// Super Control // Super Control
F10 // F10
// Super Alt // Super Alt
// Super Control Alt // Super Control Alt
], ],
@@ -167,9 +167,9 @@ default partial xkb_symbols "mac_levelssym" {
// Shift Super // Shift Super
NoAction(), NoAction(),
// Control Alt // Control Alt
RedirectKey(key=<AC06>,clearmods=Mod1), RedirectKey(key=<AC06>,clearmods=Mod1)
// Super Control // Super Control - Fullscreen - glitches Ctrl+F
RedirectKey(key=<FK10>,modifiers=Mod1,clearmods=Super+Control) // RedirectKey(key=<FK10>,modifiers=Mod1,clearmods=Super+Control)
// Super Alt // Super Alt
// Super Control Alt // Super Control Alt
] ]