diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 11 | ||||
-rw-r--r-- | data/ui/epiphany-ui.xml | 2 |
2 files changed, 13 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> diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 12c0dbbe4..a4b862072 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -163,4 +163,6 @@ <menuitem name="CopyImageLocationILP" action="CopyImageLocation"/> </popup> +<accelerator name="BrowseWithCaretAccel" action="BrowseWithCaret"/> + </ui> |