diff options
author | Pablo Barciela <[email protected]> | 2018-08-01 00:35:55 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-08-01 14:46:54 -0400 |
commit | c455418207877b4f7f84e86bbdfbd4c667ae8221 (patch) | |
tree | aaad2148623b67476fc4eee66ad3abf02c2175b9 /libcaja-private | |
parent | e740a981b0be879321e5b3837332712d8231b400 (diff) | |
download | caja-c455418207877b4f7f84e86bbdfbd4c667ae8221.tar.bz2 caja-c455418207877b4f7f84e86bbdfbd4c667ae8221.tar.xz |
add the ability to switch tabs using [ctrl+tab] and [ctrl+shift+tab]
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.caja.preferences"
Closes https://github.com/mate-desktop/caja/issues/768
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> |