From 07bee26ddb97bfb3e8e8cc3ca30abeab1e8b9532 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Thu, 3 Jun 2021 19:36:13 -0800 Subject: [PATCH] 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. --- linux/kinto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/kinto.py b/linux/kinto.py index fb05571..44ba676 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -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)