Using the JetBrains IDE, how can i resize the intellij idea project panel ,project panel and other panels using just the keyboard
My IntelliJ build is : IntelliJ IDEA 2017.1.2
Outdated
For IntelliJ 2017.1.2, to resize a Tool window, hold Ctlr-Shift and use the arrow keys to either shrink or expand the window.
https://blog.jetbrains.com/idea/2010/01/resize-tool-windows-with-keyboard/
Update for IntelliJ 2022.2
macOS:
⌃ ⌥ ←
and ⌃ ⌥ →
⌃ ⌥ ↑
and ⌃ ⌥ ↓
Windows:
Ctrl+Alt+Shift+Left
and Ctrl+Alt+Shift+Right
Ctrl+Alt+Shift+Up
and Ctrl+Alt+Shift+Down