Make window maximize toggle shortcut work in terminals too

No Super key in terminals, so "maximize" toggle shortcut from GUI block needs to be modified for the terminals block.
This commit is contained in:
RedBearAK
2021-06-03 19:36:13 -08:00
committed by GitHub
parent 6dc97a5628
commit 07bee26ddb

View File

@@ -658,6 +658,7 @@ define_keymap(re.compile("Io.elementary.terminal|kitty", re.IGNORECASE),{
}, "Elementary Terminal tab switching")
define_keymap(re.compile(termStr, re.IGNORECASE),{
K("LC-RC-f"): K("M-F10"), # Toggle window maximized state
# K("RC-Grave"): K("Super-Tab"), # xfce4 Switch within app group
# K("RC-Shift-Grave"): K("Super-Shift-Tab"), # xfce4 Switch within app group
# K("LC-Right"):K("C-M-Right"), # Default SL - Change workspace (budgie)