diff options
Diffstat (limited to 'src/org.mate.terminal.gschema.xml.in')
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <summary>Whether to ask for confirmation when closing terminal windows</summary> <description>Whether to ask for confirmation when closing a terminal window which has more than one open tab.</description> </key> + <key name="ctrl-tab-switch-tabs" type="b"> + <default>false</default> + <summary>Switch tabs with [ctrl] + [tab]</summary> + <description>If true, it enables the abbility to switch tabs using [ctrl + tab] and [ctrl + shift + tab].</description> + </key> </schema> <schema id="org.mate.terminal.profiles" path="/org/mate/terminal/profiles/"> </schema> |