diff options
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml b/libcaja-private/org.mate.caja.gschema.xml index d240ae9a..a0108880 100644 --- a/libcaja-private/org.mate.caja.gschema.xml +++ b/libcaja-private/org.mate.caja.gschema.xml @@ -76,6 +76,11 @@ <summary>Where to position newly open tabs in browser windows.</summary> <description>If set to "after-current-tab", then new tabs are inserted after the current tab. If set to "end", then new tabs are appended to the end of the tab list.</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 ability to switch tabs using [ctrl + tab] and [ctrl + shift + tab].</description> + </key> <key name="exit-with-last-window" type="b"> <default>false</default> <summary>Caja will exit when last window destroyed.</summary> |