Search code examples
macosintellij-ideakeyboard-shortcutsphpstorm

PhpStorm: How to switch between tabs and tool window on OSX?


I have PhpStorm version 2016.1 and here you can see that with Control + Tab you should to able to "Switch between tabs and tool window", but that don't work for me.

I'm on OSX 10.11.1 and have configured the Default keymap in PhpStorm.

Any idea what keys combinations I have to press or why what the doc say is not working?


Solution

  • To focus any tool window (the Project view is one of them) you can press Cmd+%Number%, for the Project tool window it's Cmd+1. To return the focus back to Editor, just press Escape.