summaryrefslogtreecommitdiff
path: root/src/org.mate.terminal.gschema.xml.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-09-05 01:54:51 -0700
committerStefano Karapetsas <[email protected]>2013-09-05 01:54:51 -0700
commit693f9ae54e74d7bccbcbdcf66fb146b1666c896d (patch)
treecf90f0d939c6cc7d2a385206fb5ca1caab947655 /src/org.mate.terminal.gschema.xml.in
parentc5735b3afe2038eb67a715ded4e1a97a02656948 (diff)
parenta3f5ac0e9cd58b5760e2a4234f6509f979e5e540 (diff)
downloadmate-terminal-693f9ae54e74d7bccbcbdcf66fb146b1666c896d.tar.bz2
mate-terminal-693f9ae54e74d7bccbcbdcf66fb146b1666c896d.tar.xz
Merge pull request #27 from stephenkgh/master
[PATCH] 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>