Hello,
I am attempting to save screen realestate and would like to use a hotkey to bring down INFO panel(/console/text editor) and/or Outliner that would be minimized otherwise. This is similar to game consoles where you press ~ to bring them down or Maya where outliner can be elegantly toggled. In principle bpy.context.screen.area[x].width/height are of interest but as these are read only, I am wondering what is the best solution for the problem.
Thank you!