Unify the operation logic of opening links and bookmarks in the background
To open a link of a website in the background tab is CTRL+click, why is it that to open a bookmark of the bookmark toolbar in the background tab is CTRL+shift+click. It is confusing! A bookmark is a link! For comparison, both of them are CTRL + click in chromium. BTW, there is no explanation in advanced configuration preferences.
Svi odgovori (2)
You can give feedback and suggestions at connect.mozilla.org.
These prefs in about:config control whether links opened with a left-click open in the background or get focus: You can toggle the default action for opening a link in the background by holding down the Shift key when you hold Ctrl plus left-click or middle-click a link.
- browser.tabs.loadInBackground (normal links)
- browser.tabs.loadDivertedInBackground (javascript)
- browser.tabs.loadBookmarksInBackground (bookmarks)
- browser.search.context.loadInBackground (context menu: Search)