Blame src/org.gnome.Terminal.gschema.xml

Packit Service 3bdf47
Packit Service 3bdf47
Packit Service 3bdf47
  Copyright © 2002 Havoc Pennington
Packit Service 3bdf47
  Copyright © 2002 Jonathan Blandford
Packit Service 3bdf47
  Copyright © 2003, 2004 Mariano Suárez-Alvarez
Packit Service 3bdf47
  Copyright © 2005 Kjartan Maraas
Packit Service 3bdf47
  Copyright © 2005 Tony Tsui
Packit Service 3bdf47
  Copyright © 2006 Guilherme de S. Pastore
Packit Service 3bdf47
  Copyright © 2009, 2010 Behdad Esfahbod
Packit Service 3bdf47
  Copyright © 2008, 2010 Christian Persch
Packit Service 3bdf47
Packit Service 3bdf47
  This program is free software: you can redistribute it and/or modify
Packit Service 3bdf47
  it under the terms of the GNU General Public License as published by
Packit Service 3bdf47
  the Free Software Foundation, either version 3 of the License, or
Packit Service 3bdf47
  (at your option) any later version.
Packit Service 3bdf47
Packit Service 3bdf47
  This program is distributed in the hope that it will be useful,
Packit Service 3bdf47
  but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 3bdf47
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 3bdf47
  GNU General Public License for more details.
Packit Service 3bdf47
Packit Service 3bdf47
  You should have received a copy of the GNU General Public License
Packit Service 3bdf47
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit Service 3bdf47
-->
Packit Service 3bdf47
<schemalist gettext-domain="gnome-terminal">
Packit Service 3bdf47
Packit Service 6eccb4
  <enum id='org.gnome.Terminal.TitleMode'>
Packit Service 6eccb4
    <value nick='replace' value='0'/>
Packit Service 6eccb4
    <value nick='before' value='1'/>
Packit Service 6eccb4
    <value nick='after' value='2'/>
Packit Service 6eccb4
    <value nick='ignore' value='3'/>
Packit Service 6eccb4
  </enum>
Packit Service 6eccb4
Packit Service 3bdf47
   <enum id='org.gnome.Terminal.NewTerminalMode'>
Packit Service 3bdf47
    <value nick='window' value='0'/>
Packit Service 3bdf47
    <value nick='tab' value='1'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
Packit Service 3bdf47
   <enum id='org.gnome.Terminal.ScrollbarPolicy'>
Packit Service 3bdf47
    <value nick='always' value='0'/>
Packit Service 3bdf47
    
Packit Service 3bdf47
    <value nick='never' value='2'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
Packit Service 3bdf47
   <enum id='org.gnome.Terminal.TabsbarPolicy'>
Packit Service 3bdf47
    <value nick='always' value='0'/>
Packit Service 3bdf47
    <value nick='automatic' value='1'/>
Packit Service 3bdf47
    
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
Packit Service 3bdf47
   <enum id='org.gnome.Terminal.ThemeVariant'>
Packit Service 3bdf47
    <value nick='system' value='0'/>
Packit Service 3bdf47
    <value nick='light'  value='1'/>
Packit Service 3bdf47
    <value nick='dark'   value='2'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
Packit Service 3bdf47
  <enum id='org.gnome.Terminal.ExitAction'>
Packit Service 3bdf47
    <value nick='close' value='0'/>
Packit Service 3bdf47
    <value nick='restart' value='1'/>
Packit Service 3bdf47
    <value nick='hold' value='2'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
Packit Service 3bdf47
   <enum id='org.gnome.Terminal.CJKWidth'>
Packit Service 3bdf47
    <value nick='narrow' value='1'/>
Packit Service 3bdf47
    <value nick='wide'   value='2'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
Packit Service 3bdf47
  
Packit Service 3bdf47
  <enum id="org.gnome.Terminal.TabPosition">
Packit Service 3bdf47
    
Packit Service 3bdf47
    
Packit Service 3bdf47
    <value nick="top"    value="2" />
Packit Service 3bdf47
    <value nick="bottom" value="3" />
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
Packit Service 3bdf47
  
Packit Service 3bdf47
        using enums from other modules still has some
Packit Service 3bdf47
        problems. Just include a copy here for now.
Packit Service 3bdf47
    -->
Packit Service 3bdf47
  <enum id='org.gnome.Terminal.EraseBinding'>
Packit Service 3bdf47
    <value nick='auto' value='0'/>
Packit Service 3bdf47
    <value nick='ascii-backspace' value='1'/>
Packit Service 3bdf47
    <value nick='ascii-delete' value='2'/>
Packit Service 3bdf47
    <value nick='delete-sequence' value='3'/>
Packit Service 3bdf47
    <value nick='tty' value='4'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
  <enum id='org.gnome.Terminal.Cursor.BlinkMode'>
Packit Service 3bdf47
    <value nick='system' value='0'/>
Packit Service 3bdf47
    <value nick='on' value='1'/>
Packit Service 3bdf47
    <value nick='off' value='2'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
  <enum id='org.gnome.Terminal.Cursor.Shape'>
Packit Service 3bdf47
    <value nick='block' value='0'/>
Packit Service 3bdf47
    <value nick='ibeam' value='1'/>
Packit Service 3bdf47
    <value nick='underline' value='2'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
  <enum id='org.gnome.Terminal.TextBlinkMode'>
Packit Service 3bdf47
    <value nick='never' value='0'/>
Packit Service 3bdf47
    <value nick='focused' value='1'/>
Packit Service 3bdf47
    <value nick='unfocused' value='2'/>
Packit Service 3bdf47
    <value nick='always' value='3'/>
Packit Service 3bdf47
  </enum>
Packit Service 3bdf47
Packit Service 3bdf47
  
Packit Service 3bdf47
Packit Service 3bdf47
  <schema id="org.gnome.Terminal.SettingsList">
Packit Service 3bdf47
    <key name="list" type="as">
Packit Service 3bdf47
      <default>[]</default>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="default" type="s">
Packit Service 3bdf47
      <default>''</default>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
  </schema>
Packit Service 3bdf47
Packit Service 3bdf47
  
Packit Service 3bdf47
Packit Service 3bdf47
  
Packit Service 3bdf47
          extends="org.gnome.Terminal.SettingsList"
Packit Service 3bdf47
          path="/org/gnome/terminal/legacy/profiles:/">
Packit Service 3bdf47
    <override name="list">['b1dcc9dd-5262-4d8d-a863-c897e6d979b9']</override>
Packit Service 3bdf47
    <override name="default">'b1dcc9dd-5262-4d8d-a863-c897e6d979b9'</override>
Packit Service 3bdf47
  </schema>
Packit Service 3bdf47
Packit Service 3bdf47
  
Packit Service 3bdf47
Packit Service 3bdf47
  <schema id="org.gnome.Terminal.Legacy.Profile">
Packit Service 3bdf47
    <key name="visible-name" type="s">
Packit Service 3bdf47
      
Packit Service 3bdf47
      <default l10n="messages" context="visible-name">'Unnamed'</default>
Packit Service 3bdf47
      <summary>Human-readable name of the profile</summary>
Packit Service 3bdf47
      <description>Human-readable name of the profile.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="foreground-color" type="s">
Packit Service 3bdf47
      <default>'#D3D7CF'</default>
Packit Service 3bdf47
      <summary>Default color of text in the terminal</summary>
Packit Service 3bdf47
      <description>Default color of text in the terminal, as a color specification (can be HTML-style hex digits, or a color name such as “red”).</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="background-color" type="s">
Packit Service 3bdf47
      <default>'#2E3436'</default>
Packit Service 3bdf47
      <summary>Default color of terminal background</summary>
Packit Service 3bdf47
      <description>Default color of terminal background, as a color specification (can be HTML-style hex digits, or a color name such as “red”).</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="bold-color" type="s">
Packit Service 3bdf47
      <default>'#000000'</default>
Packit Service 3bdf47
      <summary>Default color of bold text in the terminal</summary>
Packit Service 3bdf47
      <description>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.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="bold-color-same-as-fg" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether bold text should use the same color as normal text</summary>
Packit Service 3bdf47
      <description>If true, boldface text will be rendered using the same color as normal text.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="cell-height-scale" type="d">
Packit Service 3bdf47
      <range min="1.0" max="2.0" />
Packit Service 3bdf47
      <default>1.0</default>
Packit Service 3bdf47
      <summary>Scale factor for the cell height to increase line spacing. (Does not increase the font’s height.)</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="cell-width-scale" type="d">
Packit Service 3bdf47
      <range min="1.0" max="2.0" />
Packit Service 3bdf47
      <default>1.0</default>
Packit Service 3bdf47
      <summary>Scale factor for the cell width to increase letter spacing. (Does not increase the font’s width.)</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="cursor-colors-set" type="b">
Packit Service 3bdf47
      <default>false</default>
Packit Service 3bdf47
      <summary>Whether to use custom cursor colors</summary>
Packit Service 3bdf47
      <description>If true, use the cursor colors from the profile.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="cursor-background-color" type="s">
Packit Service 3bdf47
      <default>'#000000'</default>
Packit Service 3bdf47
      <summary>Cursor background color</summary>
Packit Service 3bdf47
      <description>Custom color of the background of the terminal’s cursor, as a color specification (can be HTML-style hex digits, or a color name such as “red”). This is ignored if cursor-colors-set is false.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="cursor-foreground-color" type="s">
Packit Service 3bdf47
      <default>'#ffffff'</default>
Packit Service 3bdf47
      <summary>Cursor foreground colour</summary>
Packit Service 3bdf47
      <description>Custom color for the foreground of the text character at the terminal’s cursor position, as a color specification (can be HTML-style hex digits, or a color name such as “red”). This is ignored if cursor-colors-set is false.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="highlight-colors-set" type="b">
Packit Service 3bdf47
      <default>false</default>
Packit Service 3bdf47
      <summary>Whether to use custom highlight colors</summary>
Packit Service 3bdf47
      <description>If true, use the highlight colors from the profile.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="highlight-background-color" type="s">
Packit Service 3bdf47
      <default>'#000000'</default>
Packit Service 3bdf47
      <summary>Highlight background color</summary>
Packit Service 3bdf47
      <description>Custom color of the background of the terminal’s highlight, as a color specification (can be HTML-style hex digits, or a color name such as “red”). This is ignored if highlight-colors-set is false.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="highlight-foreground-color" type="s">
Packit Service 3bdf47
      <default>'#ffffff'</default>
Packit Service 3bdf47
      <summary>Highlight foreground colour</summary>
Packit Service 3bdf47
      <description>Custom color for the foreground of the text character at the terminal’s highlight position, as a color specification (can be HTML-style hex digits, or a color name such as “red”). This is ignored if highlight-colors-set is false.</description>
Packit Service 3bdf47
    </key>
Packit Service 6eccb4
    <key name="title-mode" enum="org.gnome.Terminal.TitleMode">
Packit Service 6eccb4
      <default>'replace'</default>
Packit Service 6eccb4
      <summary>What to do with dynamic title</summary>
Packit Service 6eccb4
      <description>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".</description>
Packit Service 6eccb4
    </key>
Packit Service 6eccb4
    <key name="title" type="s">
Packit Service 6eccb4
      <default l10n="messages" context="title">'Terminal'</default>
Packit Service 6eccb4
      <summary>Title for terminal</summary>
Packit Service 6eccb4
      <description>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.</description>
Packit Service 6eccb4
    </key>
Packit Service 3bdf47
    <key name="allow-bold" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to allow bold text</summary>
Packit Service 3bdf47
      <description>If true, allow applications in the terminal to make text boldface.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="bold-is-bright" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether bold is also bright</summary>
Packit Service 3bdf47
      <description>If true, setting bold on the first 8 colors also switches to their bright variants.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="audible-bell" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to ring the terminal bell</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="word-char-exceptions" type="ms">
Packit Service 3bdf47
      <default>nothing</default>
Packit Service 3bdf47
      <summary>List of ASCII punctuation characters that are not to be treated as part of a word when doing word-wise selection</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="default-show-menubar" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to show menubar in new windows/tabs</summary>
Packit Service 3bdf47
      <description>True if the menubar should be shown in new window</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="default-size-columns" type="i">
Packit Service 3bdf47
      <range min="16" max="511" />
Packit Service 3bdf47
      <default>80</default>
Packit Service 3bdf47
      <summary>Default number of columns</summary>
Packit Service 3bdf47
      <description>Number of columns in newly created terminal windows. Has no effect if use_custom_default_size is not enabled.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="default-size-rows" type="i">
Packit Service 3bdf47
      <range min="4" max="511" />
Packit Service 3bdf47
      <default>24</default>
Packit Service 3bdf47
      <summary>Default number of rows</summary>
Packit Service 3bdf47
      <description>Number of rows in newly created terminal windows. Has no effect if use_custom_default_size is not enabled.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="scrollbar-policy" enum="org.gnome.Terminal.ScrollbarPolicy">
Packit Service 3bdf47
      <default>'always'</default>
Packit Service 3bdf47
      <summary>When to show the scrollbar</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="scrollback-lines" type="i">
Packit Service 3bdf47
      <default>10000</default>
Packit Service 3bdf47
      <summary>Number of lines to keep in scrollback</summary>
Packit Service 3bdf47
      <description>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.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="scrollback-unlimited" type="b">
Packit Service 3bdf47
      <default>false</default>
Packit Service 3bdf47
      <summary>Whether an unlimited number of lines should be kept in scrollback</summary>
Packit Service 3bdf47
      <description>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.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="scroll-on-keystroke" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to scroll to the bottom when a key is pressed</summary>
Packit Service 3bdf47
      <description>If true, pressing a key jumps the scrollbar to the bottom.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="scroll-on-output" type="b">
Packit Service 3bdf47
      <default>false</default>
Packit Service 3bdf47
      <summary>Whether to scroll to the bottom when there’s new output</summary>
Packit Service 3bdf47
      <description>If true, whenever there’s new output the terminal will scroll to the bottom.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="exit-action" enum="org.gnome.Terminal.ExitAction">
Packit Service 3bdf47
      <default>'close'</default>
Packit Service 3bdf47
      <summary>What to do with the terminal when the child command exits</summary>
Packit Service 3bdf47
      <description>Possible values are “close” to close the terminal, “restart” to restart the command, and “hold” to keep the terminal open with no command running inside.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="login-shell" type="b">
Packit Service 3bdf47
      <default>false</default>
Packit Service 3bdf47
      <summary>Whether to launch the command in the terminal as a login shell</summary>
Packit Service 3bdf47
      <description>If true, the command inside the terminal will be launched as a login shell (argv[0] will have a hyphen in front of it).</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="use-custom-command" type="b">
Packit Service 3bdf47
      <default>false</default>
Packit Service 3bdf47
      <summary>Whether to run a custom command instead of the shell</summary>
Packit Service 3bdf47
      <description>If true, the value of the custom_command setting will be used in place of running a shell.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="cursor-blink-mode" enum="org.gnome.Terminal.Cursor.BlinkMode">
Packit Service 3bdf47
      <default>'system'</default>
Packit Service 3bdf47
      <summary>Whether to blink the cursor</summary>
Packit Service 3bdf47
      <description>The possible values are “system” to use the global cursor blinking settings, or “on” or “off” to set the mode explicitly.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="cursor-shape" enum="org.gnome.Terminal.Cursor.Shape">
Packit Service 3bdf47
      <default>'block'</default>
Packit Service 3bdf47
      <summary>The cursor appearance</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="text-blink-mode" enum="org.gnome.Terminal.TextBlinkMode">
Packit Service 3bdf47
      <default>'always'</default>
Packit Service 3bdf47
      <summary>Possible values are “always” or “never” allow blinking text, or only when the terminal is “focused” or “unfocused”.</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="custom-command" type="s">
Packit Service 3bdf47
      <default>''</default>
Packit Service 3bdf47
      <summary>Custom command to use instead of the shell</summary>
Packit Service 3bdf47
      <description>Run this command in place of the shell, if use_custom_command is true.</description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="palette" type="as">
Packit Service 3bdf47
      <default>["#2E3436",
Packit Service 3bdf47
                "#CC0000",
Packit Service 3bdf47
                "#4E9A06",
Packit Service 3bdf47
                "#C4A000",
Packit Service 3bdf47
                "#3465A4",
Packit Service 3bdf47
                "#75507B",
Packit Service 3bdf47
                "#06989A",
Packit Service 3bdf47
                "#D3D7CF",
Packit Service 3bdf47
                "#555753",
Packit Service 3bdf47
                "#EF2929",
Packit Service 3bdf47
                "#8AE234",
Packit Service 3bdf47
                "#FCE94F",
Packit Service 3bdf47
                "#729FCF",
Packit Service 3bdf47
                "#AD7FA8",
Packit Service 3bdf47
                "#34E2E2",
Packit Service 3bdf47
                "#EEEEEC"]</default>
Packit Service 3bdf47
      <summary>Palette for terminal applications</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="font" type="s">
Packit Service 3bdf47
      <default>'Monospace 12'</default>
Packit Service 3bdf47
      <summary>A Pango font name and size</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="backspace-binding" enum="org.gnome.Terminal.EraseBinding">
Packit Service 3bdf47
      <default>'ascii-delete'</default>
Packit Service 3bdf47
      <summary>The code sequence the Backspace key generates</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="delete-binding" enum="org.gnome.Terminal.EraseBinding">
Packit Service 3bdf47
      <default>'delete-sequence'</default>
Packit Service 3bdf47
      <summary>The code sequence the Delete key generates</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="use-theme-colors" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to use the colors from the theme for the terminal widget</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="use-system-font" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to use the system monospace font</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="rewrap-on-resize" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to rewrap the terminal contents on window resize</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="encoding" type="s">
Packit Service 3bdf47
      <choices>
Packit Service 3bdf47
        <choice value="ISO-8859-1" />
Packit Service 3bdf47
        <choice value="ISO-8859-2" />
Packit Service 3bdf47
        <choice value="ISO-8859-3" />
Packit Service 3bdf47
        <choice value="ISO-8859-4" />
Packit Service 3bdf47
        <choice value="ISO-8859-5" />
Packit Service 3bdf47
        <choice value="ISO-8859-6" />
Packit Service 3bdf47
        <choice value="ISO-8859-7" />
Packit Service 3bdf47
        <choice value="ISO-8859-8" />
Packit Service 3bdf47
        <choice value="ISO-8859-8-I" />
Packit Service 3bdf47
        <choice value="ISO-8859-9" />
Packit Service 3bdf47
        <choice value="ISO-8859-10" />
Packit Service 3bdf47
        <choice value="ISO-8859-13" />
Packit Service 3bdf47
        <choice value="ISO-8859-14" />
Packit Service 3bdf47
        <choice value="ISO-8859-15" />
Packit Service 3bdf47
        <choice value="ISO-8859-16" />
Packit Service 3bdf47
        
Packit Service 3bdf47
        <choice value="UTF-8" />
Packit Service 3bdf47
        
Packit Service 3bdf47
        
Packit Service 3bdf47
        
Packit Service 3bdf47
        <choice value="ARMSCII-8" />
Packit Service 3bdf47
        <choice value="BIG5" />
Packit Service 3bdf47
        <choice value="BIG5-HKSCS" />
Packit Service 3bdf47
        <choice value="CP866" />
Packit Service 3bdf47
        <choice value="EUC-JP" />
Packit Service 3bdf47
        <choice value="EUC-KR" />
Packit Service 3bdf47
        <choice value="EUC-TW" />
Packit Service 3bdf47
        <choice value="GB18030" />
Packit Service 3bdf47
        <choice value="GB2312" />
Packit Service 3bdf47
        <choice value="GBK" />
Packit Service 3bdf47
        <choice value="GEORGIAN-PS" />
Packit Service 3bdf47
        <choice value="IBM850" />
Packit Service 3bdf47
        <choice value="IBM852" />
Packit Service 3bdf47
        <choice value="IBM855" />
Packit Service 3bdf47
        <choice value="IBM857" />
Packit Service 3bdf47
        <choice value="IBM862" />
Packit Service 3bdf47
        <choice value="IBM864" />
Packit Service 3bdf47
        <choice value="ISO-2022-JP" />
Packit Service 3bdf47
        <choice value="ISO-2022-KR" />
Packit Service 3bdf47
        <choice value="ISO-IR-111" />
Packit Service 3bdf47
        
Packit Service 3bdf47
        <choice value="KOI8-R" />
Packit Service 3bdf47
        <choice value="KOI8-U" />
Packit Service 3bdf47
        <choice value="MAC_ARABIC" />
Packit Service 3bdf47
        <choice value="MAC_CE" />
Packit Service 3bdf47
        <choice value="MAC_CROATIAN" />
Packit Service 3bdf47
        <choice value="MAC-CYRILLIC" />
Packit Service 3bdf47
        <choice value="MAC_DEVANAGARI" />
Packit Service 3bdf47
        <choice value="MAC_FARSI" />
Packit Service 3bdf47
        <choice value="MAC_GREEK" />
Packit Service 3bdf47
        <choice value="MAC_GUJARATI" />
Packit Service 3bdf47
        <choice value="MAC_GURMUKHI" />
Packit Service 3bdf47
        <choice value="MAC_HEBREW" />
Packit Service 3bdf47
        <choice value="MAC_ICELANDIC" />
Packit Service 3bdf47
        <choice value="MAC_ROMAN" />
Packit Service 3bdf47
        <choice value="MAC_ROMANIAN" />
Packit Service 3bdf47
        <choice value="MAC_TURKISH" />
Packit Service 3bdf47
        <choice value="MAC_UKRAINIAN" />
Packit Service 3bdf47
        <choice value="SHIFT_JIS" />
Packit Service 3bdf47
        <choice value="TCVN" />
Packit Service 3bdf47
        <choice value="TIS-620" />
Packit Service 3bdf47
        <choice value="UHC" />
Packit Service 3bdf47
        <choice value="VISCII" />
Packit Service 3bdf47
        <choice value="WINDOWS-1250" />
Packit Service 3bdf47
        <choice value="WINDOWS-1251" />
Packit Service 3bdf47
        <choice value="WINDOWS-1252" />
Packit Service 3bdf47
        <choice value="WINDOWS-1253" />
Packit Service 3bdf47
        <choice value="WINDOWS-1254" />
Packit Service 3bdf47
        <choice value="WINDOWS-1255" />
Packit Service 3bdf47
        <choice value="WINDOWS-1256" />
Packit Service 3bdf47
        <choice value="WINDOWS-1257" />
Packit Service 3bdf47
        <choice value="WINDOWS-1258" />
Packit Service 3bdf47
      </choices>
Packit Service 3bdf47
      <default>'UTF-8'</default>
Packit Service 3bdf47
      <summary>Which encoding to use</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="cjk-utf8-ambiguous-width" enum="org.gnome.Terminal.CJKWidth">
Packit Service 3bdf47
      <default>'narrow'</default>
Packit Service 3bdf47
      <summary>Whether ambiguous-width characters are narrow or wide when using UTF-8 encoding</summary>
Packit Service 3bdf47
    </key>
Packit Service 6eccb4
    <key name="use-transparent-background" type="b">
Packit Service 6eccb4
      <default>false</default>
Packit Service 6eccb4
      <summary>Whether to use a transparent background</summary>
Packit Service 6eccb4
    </key>
Packit Service 6eccb4
    <key name="background-transparency-percent" type="i">
Packit Service 6eccb4
      <default>50</default>
Packit Service 6eccb4
      <range min="0" max="100"/>
Packit Service 6eccb4
      <summary>Adjust the amount of transparency</summary>
Packit Service 6eccb4
      <description>A value between 0 and 100, where 0 is opaque and 100 is fully transparent.</description>
Packit Service 6eccb4
    </key>
Packit Service 3bdf47
  </schema>
Packit Service 3bdf47
Packit Service 3bdf47
  
Packit Service 3bdf47
Packit Service 3bdf47
  <schema id="org.gnome.Terminal.Legacy.Keybindings">
Packit Service 3bdf47
    <key name="new-tab" type="s">
Packit Service 3bdf47
      <default>'<Ctrl><Shift>t'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to open a new tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="new-window" type="s">
Packit Service 3bdf47
      <default>'<Ctrl><Shift>n'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to open a new window</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="save-contents" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to save the current tab contents to file</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="export" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to export the current tab contents to file in various formats</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="print" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to print the current tab contents to printer or file</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="close-tab" type="s">
Packit Service 3bdf47
      <default>'<Ctrl><Shift>w'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to close a tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="close-window" type="s">
Packit Service 3bdf47
      <default>'<Ctrl><Shift>q'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to close a window</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="copy" type="s">
Packit Service 3bdf47
      <default>'<Ctrl><Shift>c'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to copy text</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="copy-html" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to copy text as HTML</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="paste" type="s">
Packit Service 3bdf47
      <default>'<Ctrl><Shift>v'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to paste text</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="select-all" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to select all text</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="preferences" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to open the Preferences dialog</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="full-screen" type="s">
Packit Service 3bdf47
      <default>'F11'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to toggle full screen mode</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="toggle-menubar" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to toggle the visibility of the menubar</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="read-only" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to toggle the read-only state</summary>
Packit Service 3bdf47
    </key>
Packit Service 6eccb4
    <key name="set-terminal-title" type="s">
Packit Service 6eccb4
      <default>'disabled'</default>
Packit Service 6eccb4
      <summary>Keyboard shortcut to set the terminal title</summary>
Packit Service 6eccb4
    </key>
Packit Service 3bdf47
    <key name="reset" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to reset the terminal</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="reset-and-clear" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to reset and clear the terminal</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="find" type="s">
Packit Service 3bdf47
      <default>'<Control><Shift>F'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to open the search dialog</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="find-next" type="s">
Packit Service 3bdf47
      <default>'<Control><Shift>G'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to find the next occurrence of the search term</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="find-previous" type="s">
Packit Service 3bdf47
      <default>'<Control><Shift>H'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to find the previous occurrence of the search term</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="find-clear" type="s">
Packit Service 3bdf47
      <default>'<Control><Shift>J'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to clear the find highlighting</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="prev-tab" type="s">
Packit Service 3bdf47
      <default>'<Control>Page_Up'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the previous tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="next-tab" type="s">
Packit Service 3bdf47
      <default>'<Control>Page_Down'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the next tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="move-tab-left" type="s">
Packit Service 3bdf47
      <default>'<Ctrl><Shift>Page_Up'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to move the current tab to the left</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="move-tab-right" type="s">
Packit Service 3bdf47
      <default>'<Ctrl><Shift>Page_Down'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to move the current tab to the right</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="detach-tab" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to detach current tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-1" type="s">
Packit Service 3bdf47
      <default>'<Alt>1'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-2" type="s">
Packit Service 3bdf47
      <default>'<Alt>2'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-3" type="s">
Packit Service 3bdf47
      <default>'<Alt>3'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-4" type="s">
Packit Service 3bdf47
      <default>'<Alt>4'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-5" type="s">
Packit Service 3bdf47
      <default>'<Alt>5'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-6" type="s">
Packit Service 3bdf47
      <default>'<Alt>6'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-7" type="s">
Packit Service 3bdf47
      <default>'<Alt>7'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-8" type="s">
Packit Service 3bdf47
      <default>'<Alt>8'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-9" type="s">
Packit Service 3bdf47
      <default>'<Alt>9'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-10" type="s">
Packit Service 3bdf47
      <default>'<Alt>0'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-11" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-12" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-13" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-14" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-15" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-16" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-17" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-18" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-19" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-20" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-21" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-22" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-23" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-24" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-25" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-26" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-27" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-28" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-29" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-30" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-31" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-32" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-33" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-34" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-35" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the numbered tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="switch-to-tab-last" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to switch to the last tab</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="help" type="s">
Packit Service 3bdf47
      <default>'disabled'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to launch help</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="zoom-in" type="s">
Packit Service 3bdf47
      <default>'<Ctrl>plus'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to make font larger</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="zoom-out" type="s">
Packit Service 3bdf47
      <default>'<Ctrl>minus'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to make font smaller</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
    <key name="zoom-normal" type="s">
Packit Service 3bdf47
      <default>'<Ctrl>0'</default>
Packit Service 3bdf47
      <summary>Keyboard shortcut to make font normal-size</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
  </schema>
Packit Service 3bdf47
Packit Service 3bdf47
  
Packit Service 3bdf47
Packit Service 3bdf47
  <schema id="org.gnome.Terminal.Legacy.Settings" path="/org/gnome/terminal/legacy/">
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="mnemonics-enabled" type="b">
Packit Service 3bdf47
      <default>false</default>
Packit Service 3bdf47
      <summary>Whether the menubar has access keys</summary>
Packit Service 3bdf47
      <description>
Packit Service 3bdf47
        Whether to have Alt+letter access keys for the menubar.
Packit Service 3bdf47
        They may interfere with some applications run inside the terminal
Packit Service 3bdf47
        so it’s possible to turn them off.
Packit Service 3bdf47
      </description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="shortcuts-enabled" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether shortcuts are enabled</summary>
Packit Service 3bdf47
      <description>
Packit Service 3bdf47
        Whether shortcuts are enabled.
Packit Service 3bdf47
        They may interfere with some applications run inside the terminal
Packit Service 3bdf47
        so it’s possible to turn them off.
Packit Service 3bdf47
      </description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="menu-accelerator-enabled" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether the standard GTK shortcut for menubar access is enabled</summary>
Packit Service 3bdf47
      <description>
Packit Service 3bdf47
        Normally you can access the menubar with F10. This can also
Packit Service 3bdf47
        be customized via gtkrc (gtk-menu-bar-accel =
Packit Service 3bdf47
        "whatever"). This option allows the standard menubar
Packit Service 3bdf47
        accelerator to be disabled.
Packit Service 3bdf47
      </description>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="shell-integration-enabled" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether the shell integration is enabled</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="confirm-close" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to ask for confirmation before closing a terminal</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="default-show-menubar" type="b">
Packit Service 3bdf47
      <default>true</default>
Packit Service 3bdf47
      <summary>Whether to show the menubar in new windows</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="new-terminal-mode" enum="org.gnome.Terminal.NewTerminalMode">
Packit Service 3bdf47
      <default>'window'</default>
Packit Service 3bdf47
      <summary>Whether to open new terminals as windows or tabs</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="tab-policy" enum="org.gnome.Terminal.TabsbarPolicy">
Packit Service 3bdf47
      <default>'automatic'</default>
Packit Service 3bdf47
      <summary>When to show the tabs bar</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="tab-position" enum="org.gnome.Terminal.TabPosition">
Packit Service 3bdf47
      <default>'top'</default>
Packit Service 3bdf47
      <summary>The position of the tab bar</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="theme-variant" enum="org.gnome.Terminal.ThemeVariant">
Packit Service 3bdf47
      <default>'system'</default>
Packit Service 3bdf47
      <summary>Which theme variant to use</summary>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
   
Packit Service 3bdf47
Packit Service 3bdf47
   <child name="keybindings" schema="org.gnome.Terminal.Legacy.Keybindings" />
Packit Service 3bdf47
Packit Service 3bdf47
    <key name="schema-version" type="u">
Packit Service 3bdf47
      <default>0</default>
Packit Service 3bdf47
    </key>
Packit Service 3bdf47
Packit Service 3bdf47
  </schema>
Packit Service 3bdf47
Packit Service 3bdf47
</schemalist>