summaryrefslogtreecommitdiff
path: root/src/mate-terminal.schemas.in
diff options
context:
space:
mode:
authorMarcel Dijkstra <[email protected]>2013-01-17 20:51:56 +0100
committerStefano Karapetsas <[email protected]>2013-01-17 20:55:23 +0100
commit46c4c36e0aa6244b292e647061d90c3ab6312f90 (patch)
tree77778b8e5fbf75baf1603261797b08937d9b9955 /src/mate-terminal.schemas.in
parent7d6b297873d9ccd0117d2d508d642d479295582b (diff)
downloadmate-terminal-46c4c36e0aa6244b292e647061d90c3ab6312f90.tar.bz2
mate-terminal-46c4c36e0aa6244b292e647061d90c3ab6312f90.tar.xz
Migrate to GSettings
Diffstat (limited to 'src/mate-terminal.schemas.in')
-rw-r--r--src/mate-terminal.schemas.in1302
1 files changed, 0 insertions, 1302 deletions
diff --git a/src/mate-terminal.schemas.in b/src/mate-terminal.schemas.in
deleted file mode 100644
index 5eb5573..0000000
--- a/src/mate-terminal.schemas.in
+++ /dev/null
@@ -1,1302 +0,0 @@
-<mateconfschemafile>
- <schemalist>
-
-
-
- <!-- Global settings -->
-
-
-
- <schema>
- <key>/schemas/apps/mate-terminal/global/profile_list</key>
- <applyto>/apps/mate-terminal/global/profile_list</applyto>
- <owner>mate-terminal</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[Default]</default>
- <locale name="C">
- <short>List of profiles</short>
- <long>
- List of profiles known to mate-terminal. The list contains
- strings naming subdirectories relative to
- /apps/mate-terminal/profiles.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/global/default_profile</key>
- <applyto>/apps/mate-terminal/global/default_profile</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>Default</default>
- <locale name="C">
- <short>Profile to use for new terminals</short>
- <long>
- Profile to be used when opening a new window or tab.
- Must be in profile_list.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/global/use_mnemonics</key>
- <applyto>/apps/mate-terminal/global/use_mnemonics</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether the menubar has access keys</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/global/use_menu_accelerators</key>
- <applyto>/apps/mate-terminal/global/use_menu_accelerators</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether the standard GTK shortcut for menubar access is enabled</short>
- <long>
- Normally you can access the menubar with F10. This can also
- be customized via gtkrc (gtk-menu-bar-accel =
- "whatever"). This option allows the standard menubar
- accelerator to be disabled.
- </long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate-terminal/global/active_encodings</key>
- <applyto>/apps/mate-terminal/global/active_encodings</applyto>
- <owner>mate-terminal</owner>
- <type>list</type>
- <list_type>string</list_type>
- <locale name="C">
- <default><!-- Translators: Please note that this has to be a list of
- valid encodings (which are to be taken from the list in src/encoding.c).
- It has to include UTF-8 and the word 'current', which is not to be
- translated. This is provided for customization of the default encoding
- menu; see bug 144810 for an use case. In most cases, this should be
- left alone. -->[UTF-8,current]</default>
- <short>List of available encodings</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/global/confirm_window_close</key>
- <applyto>/apps/mate-terminal/global/confirm_window_close</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether to ask for confirmation when closing terminal windows</short>
- <long>
- Whether to ask for confirmation when closing a terminal window which has
- more than one open tab.
- </long>
- </locale>
- </schema>
-
-
-
-
- <!-- Per-profile settings -->
-
-
-
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/visible_name</key>
- <applyto>/apps/mate-terminal/profiles/Default/visible_name</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <locale name="C">
- <default>Default</default>
- <short>Human-readable name of the profile</short>
- <long>
- Human-readable name of the profile.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/default_show_menubar</key>
- <applyto>/apps/mate-terminal/profiles/Default/default_show_menubar</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether to show menubar in new windows/tabs</short>
- <long>
- True if the menubar should be shown in new windows,
- for windows/tabs with this profile.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/foreground_color</key>
- <applyto>/apps/mate-terminal/profiles/Default/foreground_color</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>#000000</default>
- <locale name="C">
- <short>Default color of text in the terminal</short>
- <long>
- Default color of text in the terminal, as a color
- specification (can be HTML-style hex digits, or
- a color name such as "red").
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/background_color</key>
- <applyto>/apps/mate-terminal/profiles/Default/background_color</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>#FFFFDD</default>
- <locale name="C">
- <short>Default color of terminal background</short>
- <long>
- Default color of terminal background, as a color
- specification (can be HTML-style hex digits, or
- a color name such as "red").
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/bold_color</key>
- <applyto>/apps/mate-terminal/profiles/Default/bold_color</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>#000000</default>
- <locale name="C">
- <short>Default color of bold text in the terminal</short>
- <long>
- Default color of bold text in the terminal, as a color
- specification (can be HTML-style hex digits, or
- a color name such as "red").
- This is ignored if bold_color_same_as_fg is true.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/bold_color_same_as_fg</key>
- <applyto>/apps/mate-terminal/profiles/Default/bold_color_same_as_fg</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether bold text should use the same color as normal text</short>
- <long>
- If true, boldface text will be rendered using the same color as
- normal text.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/title_mode</key>
- <applyto>/apps/mate-terminal/profiles/Default/title_mode</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>replace</default>
- <locale name="C">
- <short>What to do with dynamic title</short>
- <long>
- 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".
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/title</key>
- <applyto>/apps/mate-terminal/profiles/Default/title</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <locale name="C">
- <default>Terminal</default>
- <short>Title for terminal</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/allow_bold</key>
- <applyto>/apps/mate-terminal/profiles/Default/allow_bold</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether to allow bold text</short>
- <long>
- If true, allow applications in the terminal to make
- text boldface.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/silent_bell</key>
- <applyto>/apps/mate-terminal/profiles/Default/silent_bell</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Whether to silence terminal bell</short>
- <long>
- If true, don't make a noise when applications send the
- escape sequence for the terminal bell.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/word_chars</key>
- <applyto>/apps/mate-terminal/profiles/Default/word_chars</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>-A-Za-z0-9,./?%&amp;#:_=+@~</default>
- <locale name="C">
- <short>Characters that are considered "part of a word"</short>
- <long>
- When selecting text by word, sequences of these characters
- are considered single words. Ranges can be given as
- "A-Z". Literal hyphen (not expressing a range) should be
- the first character given.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/use_custom_default_size</key>
- <applyto>/apps/mate-terminal/profiles/Default/use_custom_default_size</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Whether to use custom terminal size for new windows</short>
- <long>
- If true, newly created terminal windows will have custom
- size specified by default_size_columns and default_size_rows.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/default_size_columns</key>
- <applyto>/apps/mate-terminal/profiles/Default/default_size_columns</applyto>
- <owner>mate-terminal</owner>
- <type>int</type>
- <default>80</default>
- <locale name="C">
- <short>Default number of columns</short>
- <long>
- Number of columns in newly created terminal windows.
- Has no effect if use_custom_default_size is not enabled.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/default_size_rows</key>
- <applyto>/apps/mate-terminal/profiles/Default/default_size_rows</applyto>
- <owner>mate-terminal</owner>
- <type>int</type>
- <default>24</default>
- <locale name="C">
- <short>Default number of rows</short>
- <long>
- Number of rows in newly created terminal windows.
- Has no effect if use_custom_default_size is not enabled.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/scrollbar_position</key>
- <applyto>/apps/mate-terminal/profiles/Default/scrollbar_position</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>right</default>
- <locale name="C">
- <short>Position of the scrollbar</short>
- <long>
- Where to put the terminal scrollbar. Possibilities are
- "left", "right", and "hidden".
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/scrollback_lines</key>
- <applyto>/apps/mate-terminal/profiles/Default/scrollback_lines</applyto>
- <owner>mate-terminal</owner>
- <type>int</type>
- <default>512</default>
- <locale name="C">
- <short>Number of lines to keep in scrollback</short>
- <long>
- Number of scrollback lines to keep around. You can
- scroll back in the terminal by this number of lines;
- lines that don't fit in the scrollback are discarded.
- If scrollback_unlimited is true, this value is ignored.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/scrollback_unlimited</key>
- <applyto>/apps/mate-terminal/profiles/Default/scrollback_unlimited</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Whether an unlimited number of lines should be kept in scrollback</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/scroll_on_keystroke</key>
- <applyto>/apps/mate-terminal/profiles/Default/scroll_on_keystroke</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether to scroll to the bottom when a key is pressed</short>
- <long>
- If true, pressing a key jumps the scrollbar to the bottom.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/scroll_on_output</key>
- <applyto>/apps/mate-terminal/profiles/Default/scroll_on_output</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Whether to scroll to the bottom when there's new output</short>
- <long>
- If true, whenever there's new output the terminal will scroll
- to the bottom.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/exit_action</key>
- <applyto>/apps/mate-terminal/profiles/Default/exit_action</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>close</default>
- <locale name="C">
- <short>What to do with the terminal when the child command exits</short>
- <long>
- Possible values are "close" to close the terminal, and
- "restart" to restart the command.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/login_shell</key>
- <applyto>/apps/mate-terminal/profiles/Default/login_shell</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Whether to launch the command in the terminal as a login shell</short>
- <long>
- If true, the command inside the terminal will be launched as
- a login shell. (argv[0] will have a hyphen in front of it.)
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/update_records</key>
- <applyto>/apps/mate-terminal/profiles/Default/update_records</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether to update login records when launching terminal command</short>
- <long>
- If true, the system login records utmp and wtmp will be updated when the command inside the terminal
- is launched.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/use_custom_command</key>
- <applyto>/apps/mate-terminal/profiles/Default/use_custom_command</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Whether to run a custom command instead of the shell</short>
- <long>
- If true, the value of the custom_command setting will
- be used in place of running a shell.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/cursor_blink_mode</key>
- <applyto>/apps/mate-terminal/profiles/Default/cursor_blink_mode</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>system</default>
- <locale name="C">
- <short>Whether to blink the cursor</short>
- <long>
- The possible values are "system" to use the global cursor blinking
- settings, or "on" or "off" to set the mode explicitly.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/cursor_shape</key>
- <applyto>/apps/mate-terminal/profiles/Default/cursor_shape</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>block</default>
- <locale name="C">
- <short>The cursor appearance</short>
- <long>
- The possible values are "block" to use a block cursor, "ibeam" to
- use a vertical line cursor, or "underline" to use an underline cursor.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/custom_command</key>
- <applyto>/apps/mate-terminal/profiles/Default/custom_command</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Custom command to use instead of the shell</short>
- <long>
- Run this command in place of the shell, if
- use_custom_command is true.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/icon</key>
- <applyto>/apps/mate-terminal/profiles/Default/icon</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Icon for terminal window</short>
- <long>
- Icon to use for tabs/windows containing this profile.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/palette</key>
- <applyto>/apps/mate-terminal/profiles/Default/palette</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</default>
- <locale name="C">
- <short>Palette for terminal applications</short>
- <long>
- 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"
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/font</key>
- <applyto>/apps/mate-terminal/profiles/Default/font</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>Monospace 12</default>
- <locale name="C">
- <short>Font</short>
- <long>
- An Pango font name. Examples are "Sans 12" or "Monospace Bold 14".
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/background_type</key>
- <applyto>/apps/mate-terminal/profiles/Default/background_type</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>solid</default>
- <locale name="C">
- <short>Background type</short>
- <long>
- Type of terminal background. May be "solid" for a solid color,
- "image" for an image, or "transparent" for either real transparency if
- a compositing window manager is running, or pseudo-transparency
- otherwise.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/background_image</key>
- <applyto>/apps/mate-terminal/profiles/Default/background_image</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Background image</short>
- <long>
- Filename of a background image.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/scroll_background</key>
- <applyto>/apps/mate-terminal/profiles/Default/scroll_background</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether to scroll background image</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/background_darkness</key>
- <applyto>/apps/mate-terminal/profiles/Default/background_darkness</applyto>
- <owner>mate-terminal</owner>
- <type>float</type>
- <default>0.5</default>
- <locale name="C">
- <short>How much to darken the background image</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/backspace_binding</key>
- <applyto>/apps/mate-terminal/profiles/Default/backspace_binding</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>ascii-del</default>
- <locale name="C">
- <short>Effect of the Backspace key</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/delete_binding</key>
- <applyto>/apps/mate-terminal/profiles/Default/delete_binding</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>escape-sequence</default>
- <locale name="C">
- <short>Effect of the Delete key</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/use_theme_colors</key>
- <applyto>/apps/mate-terminal/profiles/Default/use_theme_colors</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether to use the colors from the theme for the terminal widget</short>
- <long>
- If true, the theme color scheme used for text entry boxes will
- be used for the terminal, instead of colors provided by the user.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/use_system_font</key>
- <applyto>/apps/mate-terminal/profiles/Default/use_system_font</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Whether to use the system font</short>
- <long>
- If true, the terminal will use the desktop-global standard
- font if it's monospace (and the most similar font it can
- come up with otherwise).
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/profiles/Default/use_skey</key>
- <applyto>/apps/mate-terminal/profiles/Default/use_skey</applyto>
- <owner>mate-terminal</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short><!-- Translators: S/Key is the name of an application, so it should
- not be translated. -->Highlight S/Key challenges</short>
- <long><!-- Translators: S/Key is the name of an application, so it should
- not be translated. -->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.
- </long>
- </locale>
- </schema>
-
- <!-- Keybindings -->
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/new_tab</key>
- <applyto>/apps/mate-terminal/keybindings/new_tab</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;&lt;Shift&gt;t</default>
- <locale name="C">
- <short>Keyboard shortcut to open a new tab</short>
- <long>
- Keyboard shortcut key for opening a new tab. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/new_window</key>
- <applyto>/apps/mate-terminal/keybindings/new_window</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;&lt;Shift&gt;n</default>
- <locale name="C">
- <short>Keyboard shortcut to open a new window</short>
- <long>
- Keyboard shortcut key for opening a new window. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/new_profile</key>
- <applyto>/apps/mate-terminal/keybindings/new_profile</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <locale name="C">
- <short>Keyboard shortcut to create a new profile</short>
- <long>
- Keyboard shortcut key for bringing up the dialog for profile
- creation. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/save_contents</key>
- <applyto>/apps/mate-terminal/keybindings/save_contents</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>disabled</default>
- <locale name="C">
- <short>Keyboard shortcut to save the current tab contents to file</short>
- <long>
- Keyboard shortcut key to save the current tab contents to a file. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/close_tab</key>
- <applyto>/apps/mate-terminal/keybindings/close_tab</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;&lt;Shift&gt;w</default>
- <locale name="C">
- <short>Keyboard shortcut to close a tab</short>
- <long>
- Keyboard shortcut key for closing a tab. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/close_window</key>
- <applyto>/apps/mate-terminal/keybindings/close_window</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;&lt;Shift&gt;q</default>
- <locale name="C">
- <short>Keyboard shortcut to close a window</short>
- <long>
- Keyboard shortcut key for closing a window. 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.
- </long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/copy</key>
- <applyto>/apps/mate-terminal/keybindings/copy</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;&lt;Shift&gt;c</default>
- <locale name="C">
- <short>Keyboard shortcut to copy text</short>
- <long>
- Keyboard shortcut key for copying selected text to the
- clipboard. 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.
- </long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/paste</key>
- <applyto>/apps/mate-terminal/keybindings/paste</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;&lt;Shift&gt;v</default>
- <locale name="C">
- <short>Keyboard shortcut to paste text</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/full_screen</key>
- <applyto>/apps/mate-terminal/keybindings/full_screen</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>F11</default>
- <locale name="C">
- <short>Keyboard shortcut to toggle full screen mode</short>
- <long>
- Keyboard shortcut key for toggling full screen mode. 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.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/toggle_menubar</key>
- <applyto>/apps/mate-terminal/keybindings/toggle_menubar</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <locale name="C">
- <short>Keyboard shortcut to toggle the visibility of the menubar</short>
- <long>
- Keyboard shortcut key to toggle the visibility of the menubar. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/set_terminal_title</key>
- <applyto>/apps/mate-terminal/keybindings/set_terminal_title</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <locale name="C">
- <short>Keyboard shortcut to set the terminal title</short>
- <long>
- Keyboard shortcut key to set the terminal title. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/reset</key>
- <applyto>/apps/mate-terminal/keybindings/reset</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <locale name="C">
- <short>Keyboard shortcut to reset the terminal</short>
- <long>
- Keyboard shortcut key to reset 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/reset_and_clear</key>
- <applyto>/apps/mate-terminal/keybindings/reset_and_clear</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <locale name="C">
- <short>Keyboard shortcut to reset and clear the terminal</short>
- <long>
- Keyboard shortcut key to reset and clear 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/prev_tab</key>
- <applyto>/apps/mate-terminal/keybindings/prev_tab</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Control&gt;Page_Up</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to the previous tab</short>
- <long>
- Keyboard shortcut key to switch to the previous tab. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/next_tab</key>
- <applyto>/apps/mate-terminal/keybindings/next_tab</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Control&gt;Page_Down</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to the next tab</short>
- <long>
- Keyboard shortcut key to switch to the next tab. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/move_tab_left</key>
- <applyto>/apps/mate-terminal/keybindings/move_tab_left</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;&lt;Shift&gt;Page_Up</default>
- <locale name="C">
- <short>Accelerator to move the current tab to the left.</short>
- <long>
- Accelerator key to move the current tab to the left. 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
- keybinding for this action.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/move_tab_right</key>
- <applyto>/apps/mate-terminal/keybindings/move_tab_right</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;&lt;Shift&gt;Page_Down</default>
- <locale name="C">
- <short>Accelerator to move the current tab to the right.</short>
- <long>
- Accelerator key to move the current tab to the right. 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
- keybinding for this action.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/detach_tab</key>
- <applyto>/apps/mate-terminal/keybindings/detach_tab</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <locale name="C">
- <short>Accelerator to detach current tab.</short>
- <long>
- Accelerator key to detach current tab. 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 keybinding for this action.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_1</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_1</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;1</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 1</short>
- <long>
- Keyboard shortcut key for switch to tab 1. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_2</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_2</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;2</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 2</short>
- <long>
- Keyboard shortcut key for switch to tab 2. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_3</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_3</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;3</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 3</short>
- <long>
- Keyboard shortcut key for switch to tab 3. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_4</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_4</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;4</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 4</short>
- <long>
- Keyboard shortcut key for switch to tab 4. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_5</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_5</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;5</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 5</short>
- <long>
- Keyboard shortcut key for switch to tab 5. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_6</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_6</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;6</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 6</short>
- <long>
- Keyboard shortcut key for switch to tab 6. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_7</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_7</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;7</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 7</short>
- <long>
- Keyboard shortcut key for switch to tab 7. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_8</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_8</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;8</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 8</short>
- <long>
- Keyboard shortcut key for switch to tab 8. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_9</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_9</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;9</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 9</short>
- <long>
- Keyboard shortcut key for switch to tab 9. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_10</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_10</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Alt&gt;0</default>
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 10</short>
- <long>
- Keyboard shortcut key for switch to tab 10. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_11</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_11</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
-<!-- no default -->
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 11</short>
- <long>
- Keyboard shortcut key for switch to tab 11. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/switch_to_tab_12</key>
- <applyto>/apps/mate-terminal/keybindings/switch_to_tab_12</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
-<!-- no default -->
- <locale name="C">
- <short>Keyboard shortcut to switch to tab 12</short>
- <long>
- Keyboard shortcut key for switch to tab 12. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/help</key>
- <applyto>/apps/mate-terminal/keybindings/help</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>F1</default>
- <locale name="C">
- <short>Keyboard shortcut to launch help</short>
- <long>
- Keyboard shortcut key for launching help. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/zoom_in</key>
- <applyto>/apps/mate-terminal/keybindings/zoom_in</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;plus</default>
- <locale name="C">
- <short>Keyboard shortcut to make font larger</short>
- <long>
- Keyboard shortcut key for making font larger. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/zoom_out</key>
- <applyto>/apps/mate-terminal/keybindings/zoom_out</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;minus</default>
- <locale name="C">
- <short>Keyboard shortcut to make font smaller</short>
- <long>
- Keyboard shortcut key for making font smaller. 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-terminal/keybindings/zoom_normal</key>
- <applyto>/apps/mate-terminal/keybindings/zoom_normal</applyto>
- <owner>mate-terminal</owner>
- <type>string</type>
- <default>&lt;Ctrl&gt;0</default>
- <locale name="C">
- <short>Keyboard shortcut to make font normal-size</short>
- <long>
- Keyboard shortcut key for making font the normal size. 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.
- </long>
- </locale>
- </schema>
-
- </schemalist>
-</mateconfschemafile>