You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libcaja-private/org.mate.caja.gschema.xml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,11 @@
76
76
<summary>Where to position newly open tabs in browser windows.</summary>
77
77
<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>
78
78
</key>
79
+
<keyname="ctrl-tab-switch-tabs"type="b">
80
+
<default>false</default>
81
+
<summary>Switch tabs with [ctrl] + [tab]</summary>
82
+
<description>If true, it enables the ability to switch tabs using [ctrl + tab] and [ctrl + shift + tab].</description>
83
+
</key>
79
84
<keyname="exit-with-last-window"type="b">
80
85
<default>false</default>
81
86
<summary>Caja will exit when last window destroyed.</summary>
0 commit comments