summaryrefslogtreecommitdiff
path: root/src/org.mate.terminal.gschema.xml.in
diff options
context:
space:
mode:
authorStephen Krauth <[email protected]>2013-04-27 16:09:59 -0400
committerMartin Wimpress <[email protected]>2014-01-02 11:49:57 +0000
commit97b740eb097cb1111288270f176a737e8bb49cac (patch)
tree8096da2fae0fd8f22007ad03a25d46e5a96054f6 /src/org.mate.terminal.gschema.xml.in
parent032d69ae89332e79977b9c4b6322fddfb8627aba (diff)
downloadmate-terminal-97b740eb097cb1111288270f176a737e8bb49cac.tar.bz2
mate-terminal-97b740eb097cb1111288270f176a737e8bb49cac.tar.xz
Add previous/next profile keyboard shortcuts, menu items
Diffstat (limited to 'src/org.mate.terminal.gschema.xml.in')
-rw-r--r--src/org.mate.terminal.gschema.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in
index 4d7beae..4eb877d 100644
--- a/src/org.mate.terminal.gschema.xml.in
+++ b/src/org.mate.terminal.gschema.xml.in
@@ -345,6 +345,16 @@
<summary>Keyboard shortcut to switch to the next tab</summary>
<description>Keyboard shortcut key to switch to the next tab. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
</key>
+ <key name="prev-profile" type="s">
+ <default>'&lt;Alt&gt;Page_Up'</default>
+ <summary>Keyboard shortcut to switch to the previous profile</summary>
+ <description>Keyboard shortcut key to switch to the previous profile. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
+ </key>
+ <key name="next-profile" type="s">
+ <default>'&lt;Alt&gt;Page_Down'</default>
+ <summary>Keyboard shortcut to switch to the next profile</summary>
+ <description>Keyboard shortcut key to switch to the next profile. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
+ </key>
<key name="move-tab-left" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;Page_Up'</default>
<summary>Accelerator to move the current tab to the left.</summary>