diff options
author | osch <oliver at luced de> | 2019-05-21 19:35:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-03 20:36:53 +0200 |
commit | 045cda7ac4804eceda33beb8f9342c21054bd422 (patch) | |
tree | dab82944232accb694cbf1b453862e67b53fa047 /src/org.mate.terminal.gschema.xml.in | |
parent | 803878a775975f2940406b27333e6c5376feb34f (diff) | |
download | mate-terminal-045cda7ac4804eceda33beb8f9342c21054bd422.tar.bz2 mate-terminal-045cda7ac4804eceda33beb8f9342c21054bd422.tar.xz |
make "highlighting things under mouse pointer" configurable
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 2e0659c..2ab3d7e 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -278,6 +278,11 @@ <summary>Highlight S/Key challenges</summary> <description>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.</description> </key> + <key name="use-urls" type="b"> + <default>true</default> + <summary>Highlight URLs under mouse pointer</summary> + <description>If true, URLs under mouse pointer are highlighted and can be opened by mouse click together with control key or used in context menu.</description> + </key> </schema> <schema id="org.mate.terminal.keybindings" path="/org/mate/terminal/keybindings/"> <key name="new-tab" type="s"> |