How to continuously toggle between two Chrome tabs on Mac?

I am trying to find out if there's a way to toggle -back and forth- between two tabs in Chrome on a Mac.


I have found the Command-9 shortcut, which will toggle to the previous tab I was in once, but when I select the Command-9 shortcut again, nothing happens. Ideally this shortcut would always take you back to whatever previous tab you were on rather than only working once.


Any suggestions on how to accomplish this?

Posted on Jan 31, 2026 9:02 AM

Reply
9 replies

Feb 1, 2026 7:46 AM in response to HoldoverHotDog

Are you trying to automate this for a kiosk? If so, this can be accomplished using an AppleScript:


tell application "Google Chrome"

	activate

	repeat

		tell application "System Events"		

			keystroke tab using control down		

			delay 2	

		end tell	

	end repeat

end tell


You will likely get prompt allow Accessibility.


If you are just trying to do this with a keyboard shortcut, user Control Tab or Shift Control Tab.


Hope this helps.


Feb 5, 2026 8:39 PM in response to HoldoverHotDog

"How to continuously toggle between two Chrome tabs on Mac?: I am trying to find out if there's a way to toggle -back and forth- between two tabs in Chrome on a Mac. I have found the Command-9 shortcut, which will toggle to the previous tab I was in once, but when I select the Command-9 shortcut again, nothing happens. Ideally this shortcut would always take you back to whatever previous tab you were on rather than only working once. Any suggestions on how to accomplish this?"

-------


Tab Management:


A. Scrolling Tabs in Chrome:

  • Scrolling Back ONE Tab: [command + number]
  • Scroll Forward ONE Tap: [command + number]


B. Opening with Certain Tabs:

  1. Go to: Chrome menu
  2. Select: Settings menu
  3. Select: On Startup (left pane)
  4. Select: Continue where you left off

Jan 31, 2026 11:04 AM in response to HoldoverHotDog

Correction and update to my earlier post... Realized that Command-9 actually takes you to the last tab in your series of tabs in the Chrome window you're in. So, that doesn't actually get me half-way to what I need.


The equivalent to this on Windows is their ALT+TAB action. This was one of the most useful productivity features I was devastated to lose when I moved to a Mac.

Feb 6, 2026 8:42 AM in response to TheLittles

@TheLittles Thanks, however I am not trying to move one tab forward and one tab backward. I am trying to toggle back to the previous tab I was on, regardless of it's position in the Chrome Window.


For example, if I had 10 tabs open in a single Chrome Window, and was on tab #2 in the Window, but then clicked to tab #8, when I selected this hypothetic shortcut, I would be taken back to tab #2. And if I selected this shortcut again, I would be taken back to tab #8.

Feb 6, 2026 4:04 PM in response to HoldoverHotDog

"For example, if I had 10 tabs open in a single Chrome Window, and was on tab #2 in the Window, but then clicked to tab #8, when I selected this hypothetic shortcut, I would be taken back to tab #2. And if I selected this shortcut again, I would be taken back to tab #8."

-------


Try Creating your OWN Shortcuts:

Oddly, these shortcuts I provided you with aren't even metioned in the Googles' own shortcuts link provided in Servant of Cats' reply. So, Google is probably being picky. It might a shortcut you can create as a preference, but I'm not certain how do create one, without digging deeper into it.


Apple Support Links About Shortcuts and Creating/Modifying Them:




This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to continuously toggle between two Chrome tabs on Mac?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.