diff options
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> |