diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 6e2d1fb19..12ce4bb60 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -171,6 +171,17 @@ <long>Jump to new tabs.</long> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/interface/middle_click_open_url</key> + <applyto>/apps/epiphany/interface/middle_click_open_url</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>0</default> + <locale name="C"> + <short>Middle click will load the url in X clipboard</short> + <long>Middle click on the web page will load the url in X clipboard.</long> + </locale> + </schema> <schema> <key>/schemas/apps/epiphany/interface/show_toolbars_in_fullscreen</key> <applyto>/apps/epiphany/interface/show_toolbars_in_fullscreen</applyto> |