Lloyd Banks
Lloyd Banks

Reputation: 36689

Tabbing Between Different Projects in PHPStorm

I recently switched from Windows to OS X. One of the things I was able to do on a Windows machine was to tab between different project using the Alt + Tab combination of keys. When I try doing the same with Cmd + Tab on the Mac, I can only switch between different applications. Is there a way for me to switch between different projects within PHPStorm using a keyboard shortcut?

Upvotes: 0

Views: 647

Answers (2)

M K
M K

Reputation: 9416

On OS X go to

Settings > Keyboard > Shortcuts > Keyboard > Move focus to next window

and set your shortcut to alt+tab.

Done.

Upvotes: 0

dalevink
dalevink

Reputation: 294

Try Cmd + tilde (⌘~).

It allows you to cycle through windows, supported by most OS X applications. You'll never look back!

Upvotes: 4

Related Questions