diff options
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"> |