9

I'm running Xcode 4.4 on Mountain Lion.

Is there a keyboard shortcut for cycling through open tabs in a window?

I know that COMMAND+` cycles through the Xcode windows, but I want to cycle through tabs.

Is there a keyboard shortcut for this?

4

4 に答える 4

18

This works for Terminal, Xcode, Safari, Firefox, and probably many others:

Previous Tab: COMMAND+{

Next Tab: COMMAND+}

It's easy to remember:

  • the braces point left and right (towards the tabs they activate)
  • the keys are positioned conveniently next to each other on the keyboard.
于 2012-08-31T19:27:29.737 に答える
3

Here's an alternative way to cycle tabs across Mac apps: ctrl+tab

Add shift to toggle direction.

于 2018-08-24T05:54:40.843 に答える
1

enter image description here

Model.m to AttachmentFile.swift tab use: ctrl + tab ; ctrl + shift + tab to go backwards

Model.m to Entitlement.swift mini tab use: cmd + shift + { or }

To other window of Xcode use: cmd + ~

于 2020-12-21T23:38:54.477 に答える
0

Named shortcuts do not activate recent tabs, but help cycle through tabs in either direction. Firefox has a nice feature with which tabs used are available as a stack and can be accessed in the same manner the OS allows switching between recently used applications (in FF it's Ctrl+Tab on macOS).

于 2020-11-04T13:05:36.347 に答える