I want to cycle trough the windows of the currently active application on Mac OS X. Some applications respond to Ctrl + Tab but they all seem to do something else. I want to switch between the Entourage mainscreen and the message I am writing for instance. Is there a such a keyword shortcut?
7 Answers
Depends on the application but most of them support:
Command + Shift + [
Command + Shift + ]
for switching between tabs.
There is a piece of shareware called Witch that emulates Windows alt+tab. It shows all windows in all applications, sorted by application. It costs €9.95.
- 1,420
It depends on your settings. Default settings depend on your locale.
See System Preferences -> Keyboard and Mouse -> Keyboard Shortcuts to see what the keys are on your system for e.g. "Move focus to next window in active application"
- 679
Thought I'll consolidate the various responses for this:
- To switch focus between windows in the current application, use CMD + ` combination (like multiple ppt files opened)
- To switch between applications use CMD + TAB combination
- To switch between tabs within an application (like Chrome), use CMD + Shift + [ (OR) CMD + Shift + ]
Use CMD + `. It switches focus between windows in the current application. To switch between applications use CMD + TAB.
Not quite the same as Windows' switching between all active windows, but close enough once you get used to the distinction.
- 213
- 11
Alt+ Shift + Tab For putting in tabs in table boxes to avoid jumping to the next column.
- 6,382
- 8
- 36
- 67
Move focus to next window– nacho4d Oct 06 '11 at 04:58