diff options
author | Pablo Barciela <[email protected]> | 2017-10-23 21:49:56 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2017-10-24 01:11:18 +0200 |
commit | 9a574072eee9bd69c93658ca9a66eb65643ec8dd (patch) | |
tree | bc7f9cd1243e14c8ea875725fbce516b699bfbc2 /src/org.mate.terminal.gschema.xml.in | |
parent | d58bde20331d53140963f590bd3496dea36a0142 (diff) | |
download | mate-terminal-9a574072eee9bd69c93658ca9a66eb65643ec8dd.tar.bz2 mate-terminal-9a574072eee9bd69c93658ca9a66eb65643ec8dd.tar.xz |
add "select all" keyboard shortcut: [control] + [shift] + [A]
and it can be changed in "edit" -> "keyboard shortcuts"
Closes https://github.com/mate-desktop/mate-terminal/issues/191
Diffstat (limited to 'src/org.mate.terminal.gschema.xml.in')
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 5 |
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>'<Ctrl><Shift>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> |