diff options
author | Pablo Barciela <[email protected]> | 2018-07-25 03:38:51 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2018-07-28 00:10:34 +0200 |
commit | 98edfd338d1248d386fc211f27252d5fb9053dc9 (patch) | |
tree | 17a1d1202d869c4d9fd7e633ed23fd7a3303e6ce /data | |
parent | 9fa364980a154864e7217b0160ac7d570cd76d79 (diff) | |
download | pluma-98edfd338d1248d386fc211f27252d5fb9053dc9.tar.bz2 pluma-98edfd338d1248d386fc211f27252d5fb9053dc9.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.pluma"
Closes https://github.com/mate-desktop/pluma/issues/211
Diffstat (limited to 'data')
-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> |