From 7ebc9d18b3abd2d1f3baa3a8e80b1fd9cb6e0621 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Fri, 10 Nov 2017 00:40:58 +0100 Subject: add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab] If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.terminal.global" Closes https://github.com/mate-desktop/mate-terminal/issues/98 --- src/org.mate.terminal.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/org.mate.terminal.gschema.xml.in') diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in index 0a45fc8..84efea2 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -74,6 +74,11 @@ Whether to ask for confirmation when closing terminal windows Whether to ask for confirmation when closing a terminal window which has more than one open tab. + + false + Switch tabs with [ctrl] + [tab] + If true, it enables the abbility to switch tabs using [ctrl + tab] and [ctrl + shift + tab]. + -- cgit v1.2.1