summaryrefslogtreecommitdiff
path: root/src/org.mate.terminal.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/org.mate.terminal.gschema.xml.in')
-rw-r--r--src/org.mate.terminal.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in
index 084ed4a..3a3d5e1 100644
--- a/src/org.mate.terminal.gschema.xml.in
+++ b/src/org.mate.terminal.gschema.xml.in
@@ -315,6 +315,11 @@
<summary>Keyboard shortcut to paste text</summary>
<description>Keyboard shortcut key for pasting the contents of the clipboard into the terminal. 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="select-all" type="s">
+ <default>'&lt;Ctrl&gt;&lt;Shift&gt;a'</default>
+ <summary>Keyboard shortcut to select all text</summary>
+ <description>Keyboard shortcut key for selecting all the text into the terminal. 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="full-screen" type="s">
<default>'F11'</default>
<summary>Keyboard shortcut to toggle full screen mode</summary>