diff options
author | Stephen Krauth <[email protected]> | 2013-04-27 16:09:59 -0400 |
---|---|---|
committer | Stephen Krauth <[email protected]> | 2013-09-04 00:27:44 -0400 |
commit | a3f5ac0e9cd58b5760e2a4234f6509f979e5e540 (patch) | |
tree | bc24544580a0d5ac56788ed35e5317017d040388 /src/org.mate.terminal.gschema.xml.in | |
parent | b2bc45fbca9a5f46517fb3298c5ab8fa22fd4b97 (diff) | |
download | mate-terminal-a3f5ac0e9cd58b5760e2a4234f6509f979e5e540.tar.bz2 mate-terminal-a3f5ac0e9cd58b5760e2a4234f6509f979e5e540.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.in | 10 |
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>'<Alt>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>'<Alt>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>'<Ctrl><Shift>Page_Up'</default> <summary>Accelerator to move the current tab to the left.</summary> |