We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I could not find it in docs. There is f + hint to open tab in existing tab. F to open tab in new tab (but not switch to it).
f
F
But how to get hints and then open tab in new tab but also switch to it?
Ideally I wish I could make it work like this:
f = hints that let me open tab (in same tab I am in) F = hint that let me open tab in new tab (and not switch to tab after)
and
f = hints (same as f now but if I type in the hints in capital letters, it will open the tab in new tab and focus in on that tab)
But open to any solution that lets me open new tab from hint and switch to that tab after.
The text was updated successfully, but these errors were encountered:
As part of the recent discussion in #4562 I found out that browser.tabs.loadInBackground influences this behavior.
browser.tabs.loadInBackground
For more details see: #4562 (comment)
Sorry, something went wrong.
No branches or pull requests
I could not find it in docs. There is
f
+ hint to open tab in existing tab.F
to open tab in new tab (but not switch to it).But how to get hints and then open tab in new tab but also switch to it?
Ideally I wish I could make it work like this:
f
= hints that let me open tab (in same tab I am in)F
= hint that let me open tab in new tab (and not switch to tab after)and
f
= hints (same asf
now but if I type in the hints in capital letters, it will open the tab in new tab and focus in on that tab)But open to any solution that lets me open new tab from hint and switch to that tab after.
The text was updated successfully, but these errors were encountered: