diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-15 23:59:55 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-15 23:59:55 +0800 |
commit | 7e61b74638a8d3858f1d019ecc4331b833b680ff (patch) | |
tree | 84e37a320bf3938f9045c875d9802cf7d94b1c29 /data | |
parent | a1962faa29d9f42ed0dfeab8126767470c4be6e0 (diff) | |
download | gsoc2013-epiphany-7e61b74638a8d3858f1d019ecc4331b833b680ff.tar gsoc2013-epiphany-7e61b74638a8d3858f1d019ecc4331b833b680ff.tar.gz gsoc2013-epiphany-7e61b74638a8d3858f1d019ecc4331b833b680ff.tar.bz2 gsoc2013-epiphany-7e61b74638a8d3858f1d019ecc4331b833b680ff.tar.lz gsoc2013-epiphany-7e61b74638a8d3858f1d019ecc4331b833b680ff.tar.xz gsoc2013-epiphany-7e61b74638a8d3858f1d019ecc4331b833b680ff.tar.zst gsoc2013-epiphany-7e61b74638a8d3858f1d019ecc4331b833b680ff.zip |
Hidden pref for middle click open url. Default off.
2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org>
* data/epiphany.schemas.in:
* lib/ephy-prefs.h:
* src/ephy-tab.c: (ephy_tab_init), (ephy_tab_dom_mouse_down_cb):
Hidden pref for middle click open url. Default off.
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu),
(ephy_bookmarks_editor_dispose), (keyword_node_selected_cb),
(keyword_node_show_popup_cb), (build_search_box),
(menu_activate_cb), (ephy_bookmarks_editor_construct):
* src/bookmarks/ephy-node-view.c: (cell_renderer_edited),
(ephy_node_view_init), (ephy_node_view_edit),
(ephy_node_view_is_editing):
* src/bookmarks/ephy-node-view.h:
Rework sensitivity updates and complete them with cut/copy/select all
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> |