From ca53774e9fcb7ab8fb4402ac09db5ed3f6489c21 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 7 Nov 2017 10:14:17 +0100 Subject: allow remapping "search" keyboard shortcuts Closes https://github.com/mate-desktop/mate-terminal/issues/160 --- src/org.mate.terminal.gschema.xml.in | 15 +++++++++++++++ 1 file changed, 15 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 3a3d5e1..0a45fc8 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -320,6 +320,21 @@ 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. + + '<Ctrl><Shift>f' + Keyboard shortcut to show the find dialog + Keyboard shortcut key for showing the find dialog. 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>h' + Keyboard shortcut to find the next text + Keyboard shortcut key for finding the next 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. + + + '<Ctrl><Shift>g' + Keyboard shortcut to find the previous text + Keyboard shortcut key for finding the previous 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