kamranahmedse / tab-switcher

Chrome Extension - Switch between the opened tabs in the blink of an eye
https://goo.gl/8IN6Z3
446 stars 35 forks source link

Keep hitting activation shortcut to toggle between tabs #12

Open emattias opened 7 years ago

emattias commented 7 years ago

Like CMD + TAB on macOS

kamranahmedse commented 7 years ago

Didn't quite get you. Could you please elaborate a little?

emattias commented 7 years ago

Basically the same behavior as ALT + TAB on windows and CMD + TAB on macOS.

So for example: You press CMD+SHIFT+K to show the tab list and the last used tab is marked. If keep CMD+SHIFT pressed down and toggle the K key to mark the second to last used tab etc.

When you release all the buttons it will switch to the marked tab.

itrion commented 6 years ago

I was thinking in something like Ctrl+n (next) and Ctrl + p (previous) to navigate between tabs because it is a vertical list. I have mapped cmd+tab and cmd + shift + tab for horizontal lists.

The behaviour I describe can be seen here in GitHub, for example, by pressing t to open the file finder and then Ctrl+n or Ctrl + p

What do you think?