134
edits
No edit summary |
|||
Line 70: | Line 70: | ||
The following actions deselect all tabs: | The following actions deselect all tabs: | ||
* | * Mousedown on a tab close button | ||
* | * Mousedown outside of the tab bar | ||
* | * SELECT a non-selected tab | ||
* | * Open a new tab | ||
* | * Close a selected tab | ||
* Change the state of a tab between app and normal | |||
Tab context menu: | Tab context menu: | ||
* 'Close Selected Tabs' closes the selected tabs | * 'Close Selected Tabs' closes the selected tabs | ||
** This is hidden when only the SELECTED tab is selected. | |||
* 'Close Other Tabs' closes the non-selected tabs | * 'Close Other Tabs' closes the non-selected tabs | ||
** This is hidden when an app tab is selected (to avoid mode confusion) | |||
** This is disabled when all non-app tabs are selected. | |||
* 'Open in a New Window' detaches the selected tabs to a new window | * 'Open in a New Window' detaches the selected tabs to a new window | ||
** This is disabled when all tabs are selected. |
edits