From 98edfd338d1248d386fc211f27252d5fb9053dc9 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Wed, 25 Jul 2018 03:38:51 +0200 Subject: 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 --- data/org.mate.pluma.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') 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 @@ Editor Font 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. + + false + Switch tabs with [ctrl] + [tab] + If true, it enables the ability to switch tabs using [ctrl + tab] and [ctrl + shift + tab]. + 'tango' Style Scheme -- cgit v1.2.1