From e1b39115460bc6c5a748ea18a5530b734a6bcf0e Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 6 May 2020 12:17:26 -0500 Subject: [PATCH] - Added terminal tab switching for kitty --- xkeysnail-config/kinto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkeysnail-config/kinto.py b/xkeysnail-config/kinto.py index 2567ddf..4788038 100644 --- a/xkeysnail-config/kinto.py +++ b/xkeysnail-config/kinto.py @@ -220,7 +220,7 @@ define_keymap(re.compile("konsole", re.IGNORECASE),{ }, "Konsole tab switching") -define_keymap(re.compile("Io.elementary.terminal", re.IGNORECASE),{ +define_keymap(re.compile("Io.elementary.terminal|kitty", re.IGNORECASE),{ # Ctrl Tab - In App Tab Switching K("LC-Tab") : K("LC-Shift-Right"), K("LC-Shift-Tab") : K("LC-Shift-Left"),