- Added terminal tab switching for kitty

This commit is contained in:
Ben Reaves
2020-05-06 12:17:26 -05:00
parent 7bf3ccdda3
commit e1b3911546

View File

@@ -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"),