diff options
Diffstat (limited to 'data/epiphany.schemas.in')
-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 c98dbd080..0d33cdc41 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -484,5 +484,16 @@ <long>Enable JavaScript.</long> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/web/browse_with_caret</key> + <applyto>/apps/epiphany/web/browse_with_caret</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Browse with caret</short> + <long>Use caret browsing mode.</long> + </locale> + </schema> </schemalist> </gconfschemafile> |