From 9a574072eee9bd69c93658ca9a66eb65643ec8dd Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 23 Oct 2017 21:49:56 +0200 Subject: 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 --- src/org.mate.terminal.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/org.mate.terminal.gschema.xml.in') 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 @@ Keyboard shortcut to paste text 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. + + '<Ctrl><Shift>a' + Keyboard shortcut to select all text + 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. + 'F11' Keyboard shortcut to toggle full screen mode -- cgit v1.2.1