schema: fix summary and description of some keys
parent
76019bf6d9
commit
ff21f8e007
|
@ -328,7 +328,7 @@
|
|||
<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>
|
||||
<description>Keyboard shortcut key for selecting all the text in 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="search-find" type="s">
|
||||
<default>'<Ctrl><Shift>f'</default>
|
||||
|
@ -337,13 +337,13 @@
|
|||
</key>
|
||||
<key name="search-find-next" type="s">
|
||||
<default>'<Ctrl><Shift>h'</default>
|
||||
<summary>Keyboard shortcut to find the next text</summary>
|
||||
<description>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.</description>
|
||||
<summary>Keyboard shortcut to find the next occurrence of the search term</summary>
|
||||
<description>Keyboard shortcut key for finding the next occurrence of the search term in 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="search-find-previous" type="s">
|
||||
<default>'<Ctrl><Shift>g'</default>
|
||||
<summary>Keyboard shortcut to find the previous text</summary>
|
||||
<description>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.</description>
|
||||
<summary>Keyboard shortcut to find the previous occurrence of the search term</summary>
|
||||
<description>Keyboard shortcut key for finding the previous occurrence of the search term in 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>
|
||||
|
|
Loading…
Reference in New Issue