nuriskandarzulkarnaen / customizeyourweb

Automatically exported from code.google.com/p/customizeyourweb
0 stars 0 forks source link

Enhancement - open links in background tabs #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to be able to use the addon to open links in a background tab. For
example when looking at a page of search results I like to open several in
the background and then go though them.

In the list function you can press Ctrl+Enter to open in a new tab. Perhaps
another key modifier could make pages open in a background tab eg. Shift+Enter.

I'm using v0.1 in Firefox 3.5.3 on Vista SP2

Many thanks

Original issue reported on code.google.com by stevemo...@gmail.com on 26 Sep 2009 at 12:29

GoogleCodeExporter commented 9 years ago
Changed to enhancement-request

Original comment by Rudolf....@gmail.com on 27 Sep 2009 at 11:51

GoogleCodeExporter commented 9 years ago
An easy fix: add "new tab in background" to the CYW edit shortcut dialog. When 
this
is selected, Enter will open in background tab, Ctrl-Enter in current window.

To do this, find file "edit_listview_dialog.xul" in your extension directory. 
There,
search for "defaultLinkTargetML" (here it's linenumber 51), add line: 

<menuitem label="New tab in background" value="tabshifted"/>

"tabshifted" is the key for Firefox to open in background.

Cheers

Original comment by andersbe...@gmail.com on 4 Feb 2010 at 9:22

GoogleCodeExporter commented 9 years ago
Brilliant. Thanks for the info. Much appreciated. This is a great addon.

Original comment by stevemo...@gmail.com on 6 Feb 2010 at 4:20

GoogleCodeExporter commented 9 years ago
Thanks andesgergus!!!
Will be integrated in next version :-)

Original comment by Rudolf....@gmail.com on 6 Feb 2010 at 8:30