summaryrefslogtreecommitdiff
path: root/src/org.mate.terminal.gschema.xml.in
diff options
context:
space:
mode:
authorspuhpointer <[email protected]>2014-09-10 10:04:27 +0200
committerStefano Karapetsas <[email protected]>2014-09-10 10:15:22 +0200
commita6a5774c681f88ebc56b86e2492697549308c52a (patch)
tree7de58233f20437b4e63477decae65eb26398bab9 /src/org.mate.terminal.gschema.xml.in
parent0442355666d4179ef22557149410f89ab240bdff (diff)
downloadmate-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.in5
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,./?%&amp;#:_=+@~'</default>
<summary>Characters that are considered "part of a word"</summary>