diff options
author | spuhpointer <[email protected]> | 2014-09-10 10:04:27 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-10 10:15:22 +0200 |
commit | a6a5774c681f88ebc56b86e2492697549308c52a (patch) | |
tree | 7de58233f20437b4e63477decae65eb26398bab9 /src/org.mate.terminal.gschema.xml.in | |
parent | 0442355666d4179ef22557149410f89ab240bdff (diff) | |
download | mate-terminal-a6a5774c681f88ebc56b86e2492697549308c52a.tar.bz2 mate-terminal-a6a5774c681f88ebc56b86e2492697549308c52a.tar.xz |
Added option to copy selection to clipboard
Diffstat (limited to 'src/org.mate.terminal.gschema.xml.in')
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in index 4eb877d..22ef2f3 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -128,6 +128,11 @@ <summary>Whether to silence terminal bell</summary> <description>If true, don't make a noise when applications send the escape sequence for the terminal bell.</description> </key> + <key name="copy-selection" type="b"> + <default>false</default> + <summary>Copy selection to clipboard</summary> + <description>If true, selection is automatically copied to cliboard buffer.</description> + </key> <key name="word-chars" type="s"> <default>'-A-Za-z0-9,./?%&#:_=+@~'</default> <summary>Characters that are considered "part of a word"</summary> |