GNOME Bugzilla – Bug 334463
Ctrl - middle click does not open new tab
Last modified: 2006-12-05 12:46:17 UTC
Doing a ctrl-middle click on a bookmark in the menu or on the toolbar (both bookmark and topic dropdown) does NOT open a new tab for the page. Ctrl-left click and middle-click (without any modifiers) both open a new tab, so I guess the combination of those should too...
Is it ok to consider ctrl+middle click the same as middle click? I don't think this is a bug.
Imho it should open a new tab as well.
Ctrl+left-click is equivalent to middle-click; I don't think ctrl+middle-click should do anything special. If you're already pressing ctrl, why not just press left instead of middle?
Because I make mouse mistakes al fscking day :)
Created attachment 75971 [details] [review] Makes Ephy open links in new tabs if Control + Middle click is pressed. One liner, just adds an OR to check for GDK_CONTROL_MASK.
I guess this is ok, at least until we assign a dedicated function to ctrl+middle which is rather unlikely :)
2006-12-05 Wouter Bolsterlee <wbolster@cvs.gnome.org> * src/ephy-link.c: (ephy_link_flags_from_current_event): Ctrl-middle click on a bookmarm should open a new tab. Fixes bug #334463, (trivial) patch by Diego Escalante Urrelo).