Skip to content

Commit

Permalink
Added TODO list to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Ball committed Oct 26, 2020
1 parent 6f7bf87 commit e1608f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ A pop-up window does not have the tab or URL bars, and can only hold one tab.

To update the keybindings, visit the chrome://extensions/shortcuts page and look for the tab-shortcuts extension.

## TODO list

* Prevent moving tabs to windows that are off-screen (e.g., in a different workspace).
* Move tabs to next window, but keep focus on current window.
* Support selecting tabs to left or right.
* Move to left/right tab, but keep existing selection.
* New tab to the right.
* Support Tab Group operations:
* Move tab into new Tab Group.
* Move Tab Group left/right/new window.
* Move Tab Group to beginning/end of window.
* Move tab into next/previous Tab Group.
* Remove tab from group.
* Select next/previous Tab Group.

For consideration:

* Keep track of tab position before move and allow for undo motion.

## Acknowledgements

Thanks to Kenneth LU for making the
Expand Down

0 comments on commit e1608f8

Please sign in to comment.