I am referencing the action you can make by dragging a tab out of the top bar, which creates a new window wherein to put the dragged tab.
Asked
Active
Viewed 1,235 times
3 Answers
0
There is no native option for this, but you can achieve this by using the Shortkeys add-on
In Shortkeys options, in the behavior dropdown, in the Tabs category, there is a Move tab to new window command.
You can create a keyboard shortcut for it.
FForce
- 1
0
There is no a 1 shortcut to achieve this, but you could do that with several shortcuts:
- Ctrl-L # Focus on URL in current window.
- Ctrl-C # Copy it.
- Ctrl-W # Close current tab.
- Ctrl-N # Open new window.
- Ctrl-V # Paste.
- Enter # Open URL in new window.
Fsoc
- 56
0
Ctrl-L, Shift-tab 3 times, Shift-F10, v, w.
The sequence above focuses the address bar, then focuses the tab, then calls the tab context menu, then opens the Move Tab submenu, then selects Move to New Window.
--
Sometimes I'll right-click on a tab then type v, w to accomplish the same thing. Seems cleaner somehow then dragging the tab to move it to a new window.
loopernow
- 154