aboutsummaryrefslogtreecommitdiffstats
path: root/data/epiphany.schemas.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-09 17:29:57 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-09 17:29:57 +0800
commit5a1f97224b86f734537637f36d8baa8a942b2f0a (patch)
tree37e7bedf154f702ce67d74297e6672606816e543 /data/epiphany.schemas.in
parentd5db5ec63e219c783c64daf03dd80cd91351b9cc (diff)
downloadgsoc2013-epiphany-5a1f97224b86f734537637f36d8baa8a942b2f0a.tar
gsoc2013-epiphany-5a1f97224b86f734537637f36d8baa8a942b2f0a.tar.gz
gsoc2013-epiphany-5a1f97224b86f734537637f36d8baa8a942b2f0a.tar.bz2
gsoc2013-epiphany-5a1f97224b86f734537637f36d8baa8a942b2f0a.tar.lz
gsoc2013-epiphany-5a1f97224b86f734537637f36d8baa8a942b2f0a.tar.xz
gsoc2013-epiphany-5a1f97224b86f734537637f36d8baa8a942b2f0a.tar.zst
gsoc2013-epiphany-5a1f97224b86f734537637f36d8baa8a942b2f0a.zip
Add an accellerator-only action (F7) to toggle caret browsing. Hook up
2004-01-09 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: * data/ui/epiphany-ui.xml: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: * src/ephy-window.c: (ephy_window_finalize), (browse_with_caret_notifier), (ephy_window_init): * src/pdm-dialog.c: (show_cookies_properties): * src/window-commands.c: (window_cmd_browse_with_caret): * src/window-commands.h: Add an accellerator-only action (F7) to toggle caret browsing. Hook up listener to set the mozilla pref, added the gconf key to the schema.
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r--data/epiphany.schemas.in11
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>