summaryrefslogtreecommitdiff
path: root/src/org.mate.terminal.gschema.xml.in
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2017-11-10 00:40:58 +0100
committerraveit65 <[email protected]>2017-11-20 09:41:08 +0100
commit7ebc9d18b3abd2d1f3baa3a8e80b1fd9cb6e0621 (patch)
tree6868ce36688c1a07d39d2e4f07a0443671fb5b23 /src/org.mate.terminal.gschema.xml.in
parentca53774e9fcb7ab8fb4402ac09db5ed3f6489c21 (diff)
downloadmate-terminal-7ebc9d18b3abd2d1f3baa3a8e80b1fd9cb6e0621.tar.bz2
mate-terminal-7ebc9d18b3abd2d1f3baa3a8e80b1fd9cb6e0621.tar.xz
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
Diffstat (limited to 'src/org.mate.terminal.gschema.xml.in')
-rw-r--r--src/org.mate.terminal.gschema.xml.in5
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>