diff options
Diffstat (limited to 'data/org.mate.pluma.gschema.xml.in')
-rw-r--r-- | data/org.mate.pluma.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.pluma.gschema.xml.in b/data/org.mate.pluma.gschema.xml.in index 536211d5..3305283f 100644 --- a/data/org.mate.pluma.gschema.xml.in +++ b/data/org.mate.pluma.gschema.xml.in @@ -11,6 +11,11 @@ <summary>Editor Font</summary> <description>A custom font that will be used for the editing area. This will only take effect if the "Use Default Font" option is turned off.</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="color-scheme" type="s"> <default>'tango'</default> <summary>Style Scheme</summary> |