From 770127877be8b5456ebf400578ba1f333c2eb708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 22 Dec 2017 10:29:37 +0100 Subject: Spelling: Whitespace removed, in the terminal, Ctrl --- src/org.mate.terminal.gschema.xml.in | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'src') diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in index 8b1de25..7696051 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -47,17 +47,17 @@ [ 'default' ] List of profiles - List of profiles known to mate-terminal. The list contains strings naming subdirectories relative to /org/mate/terminal/profiles. + List of profiles known to mate-terminal. The list contains strings naming subdirectories relative to /org/mate/terminal/profiles. 'default' Profile to use for new terminals - Profile to be used when opening a new window or tab. Must be in profile_list. + Profile to be used when opening a new window or tab. Must be in profile_list. true Whether the menubar has access keys - Whether to have Alt+letter access keys for the menubar. They may interfere with some applications run inside the terminal so it's possible to turn them off. + Whether to have Alt+letter access keys for the menubar. They may interfere with some applications run inside the terminal so it's possible to turn them off. true @@ -67,7 +67,7 @@ [ 'UTF-8', 'current' ] List of available encodings - A subset of possible encodings are presented in the Encoding submenu. This is a list of encodings to appear there. The special encoding name "current" means to display the encoding of the current locale. + A subset of possible encodings are presented in the "Encoding" submenu. This is a list of encodings to appear there. The special encoding name "current" means to display the encoding of the current locale. true @@ -76,8 +76,8 @@ false - Switch tabs with [ctrl] + [tab] - If true, it enables the ability to switch tabs using [ctrl + tab] and [ctrl + shift + tab]. + Switch tabs with [Ctrl]+[Tab] + If true, it enables the ability to switch tabs using [Ctrl+Tab] and [Ctrl+Shift+Tab]. @@ -91,7 +91,7 @@ true Whether to show menubar in new windows/tabs - True if the menubar should be shown in new windows, for windows/tabs with this profile. + True if the menubar should be shown in new windows, for windows/tabs with this profile. '#000000' @@ -116,22 +116,22 @@ 'replace' What to do with dynamic title - If the application in the terminal sets the title (most typically people have their shell set up to do this), the dynamically-set title can erase the configured title, go before it, go after it, or replace it. The possible values are "replace", "before", "after", and "ignore". + If the application in the terminal sets the title (most typically people have their shell set up to do this), the dynamically-set title can erase the configured title, go before it, go after it, or replace it. The possible values are "replace", "before", "after", and "ignore". 'Terminal' Title for terminal - Title to display for the terminal window or tab. This title may be replaced by or combined with the title set by the application inside the terminal, depending on the title_mode setting. + Title to display for the terminal window or tab. This title may be replaced by or combined with the title set by the application inside the terminal, depending on the title_mode setting. true Whether to allow bold text - If true, allow applications in the terminal to make text boldface. + If true, allow applications in the terminal to make text boldface. false Whether to silence terminal bell - If true, don't make a noise when applications send the escape sequence for the terminal bell. + If true, don't make a noise when applications send the escape sequence for the terminal bell. false @@ -171,7 +171,7 @@ false Whether an unlimited number of lines should be kept in scrollback - If true, scrollback lines will never be discarded. The scrollback history is stored on disk temporarily, so this may cause the system to run out of disk space if there is a lot of output to the terminal. + If true, scrollback lines will never be discarded. The scrollback history is stored on disk temporarily, so this may cause the system to run out of disk space if there is a lot of output to the terminal. true @@ -191,7 +191,7 @@ false Whether to launch the command in the terminal as a login shell - If true, the command inside the terminal will be launched as a login shell. (argv[0] will have a hyphen in front of it.) + If true, the command inside the terminal will be launched as a login shell. (argv[0] will have a hyphen in front of it.) true @@ -216,7 +216,7 @@ '' Custom command to use instead of the shell - Run this command in place of the shell, if use_custom_command is true. + Run this command in place of the shell, if use_custom_command is true. '' @@ -226,7 +226,7 @@ '#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC' Palette for terminal applications - Terminals have a 16-color palette that applications inside the terminal can use. This is that palette, in the form of a colon-separated list of color names. Color names should be in hex format e.g. "#FF00FF" + Terminals have a 16-color palette that applications inside the terminal can use. This is that palette, in the form of a colon-separated list of color names. Color names should be in hex format e.g. "#FF00FF" 'Monospace 12' @@ -246,27 +246,27 @@ true Whether to scroll background image - If true, scroll the background image with the foreground text; if false, keep the image in a fixed position and scroll the text above it. + If true, scroll the background image with the foreground text; if false, keep the image in a fixed position and scroll the text above it. 0.5 How much to darken the background image - A value between 0.0 and 1.0 indicating how much to darken the background image. 0.0 means no darkness, 1.0 means fully dark. In the current implementation, there are only two levels of darkness possible, so the setting behaves as a boolean, where 0.0 disables the darkening effect. + A value between 0.0 and 1.0 indicating how much to darken the background image. 0.0 means no darkness, 1.0 means fully dark. In the current implementation, there are only two levels of darkness possible, so the setting behaves as a boolean, where 0.0 disables the darkening effect. 'ascii-del' Effect of the Backspace key - Sets what code the backspace key generates. Possible values are "ascii-del" for the ASCII DEL character, "control-h" for Control-H (AKA the ASCII BS character), "escape-sequence" for the escape sequence typically bound to backspace or delete. "ascii-del" is normally considered the correct setting for the Backspace key. + Sets what code the backspace key generates. Possible values are "ascii-del" for the ASCII DEL character, "control-h" for Control-H (AKA the ASCII BS character), "escape-sequence" for the escape sequence typically bound to backspace or delete. "ascii-del" is normally considered the correct setting for the Backspace key. 'escape-sequence' Effect of the Delete key - Sets what code the delete key generates. Possible values are "ascii-del" for the ASCII DEL character, "control-h" for Control-H (AKA the ASCII BS character), "escape-sequence" for the escape sequence typically bound to backspace or delete. "escape-sequence" is normally considered the correct setting for the Delete key. + Sets what code the delete key generates. Possible values are "ascii-del" for the ASCII DEL character, "control-h" for Control-H (AKA the ASCII BS character), "escape-sequence" for the escape sequence typically bound to backspace or delete. "escape-sequence" is normally considered the correct setting for the Delete key. true Whether to use the colors from the theme for the terminal widget - If true, the theme color scheme used for text entry boxes will be used for the terminal, instead of colors provided by the user. + If true, the theme color scheme used for text entry boxes will be used for the terminal, instead of colors provided by the user. true @@ -276,7 +276,7 @@ true Highlight S/Key challenges - Popup a dialog when an S/Key challenge response query is detected and clicked on. Typing a password into the dialog will send it to the terminal. + Popup a dialog when an S/Key challenge response query is detected and clicked on. Typing a password into the dialog will send it to the terminal. @@ -318,7 +318,7 @@ '<Ctrl><Shift>v' 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. + Keyboard shortcut key for pasting the contents of the clipboard 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. '<Ctrl><Shift>a' -- cgit v1.2.1