- Added possible fix for maximize in KDE

This commit is contained in:
Ben Reaves
2020-04-12 14:52:27 -05:00
parent e35e92fdbd
commit 9f3b4b0072
2 changed files with 14 additions and 5 deletions

View File

@@ -145,7 +145,8 @@ default partial xkb_symbols "mac_levelssym" {
// Control Alt
h
// Super Control
// F10
// ,F10 // Default maximize
// // Nothing // KDE maximize
// Super Alt
// Super Control Alt
],
@@ -168,8 +169,9 @@ default partial xkb_symbols "mac_levelssym" {
NoAction(),
// Control Alt
RedirectKey(key=<AC06>,clearmods=Mod1)
// Super Control - Fullscreen - glitches Ctrl+F
// RedirectKey(key=<FK10>,modifiers=Mod1,clearmods=Super+Control)
// Super Control - Fullscreen
// ,RedirectKey(key=<FK10>,modifiers=Mod1,clearmods=Super+Control) // Default maximize
// // Nothing // KDE maximize
// Super Alt
// Super Control Alt
]