0

I am unable to find the shortcut key for this button. And as I do not know the name of this button I cannot search for it.

phpstorm button

Yury Fedorov
  • 14,508
  • 6
  • 50
  • 66
Zuhayer Tahir
  • 1,798
  • 3
  • 13
  • 20

3 Answers3

3

There is no shortcut by default, but you can go to Settings and type "tool buttons" into the search bar. Then you can assign a keystroke to "Tool Buttons" feature.

Screenshot

Yury Fedorov
  • 14,508
  • 6
  • 50
  • 66
1

Here is your answer from official docs

Hiding all tool windows attached to the same tool window bar

Do one of the following:

Press and hold the Alt (for Windows and Linux users) or ⌘ (for macOS users) key, and click hide on the title bar of any of the tool windows attached to the corresponding tool window bar.

Choose Window | Active Tool Window | Hide Side Tool Windows in the main menu. This command hides all the tool windows attached to same tool window bar as the active tool window or the last of the active tool windows.

I find that double tapping Alt key does the trick for me.

Community
  • 1
  • 1
Zuhayer
  • 317
  • 1
  • 11
0

Maybe is Ctrl+Tab

Check this. In the link you can read :

Switch between the tool windows and files opened in the editor. Ctrl+Tab

Antonio314
  • 61
  • 6