134
edits
Line 66: | Line 66: | ||
** these actions maintain the SELECTED tab, the relative position, and the selection state of the selected tabs | ** these actions maintain the SELECTED tab, the relative position, and the selection state of the selected tabs | ||
** unmodified drags on non-SELECTED tabs will not work, because unmodified mousedown on a non-SELECTED tab SELECTS that tab already | ** unmodified drags on non-SELECTED tabs will not work, because unmodified mousedown on a non-SELECTED tab SELECTS that tab already | ||
Tab context menu: | |||
* 'Close other tabs' closes all the non-selected tabs in the window | |||
* 'Open in a New Window' detaches selected tabs to a new window | |||
* 'Close Selected Tabs' closes the selected tabs in the current window | |||
=== Usage examples === | === Usage examples === |
edits