Several years ago, this request was made to be able to turn off all Studio widgets easily:
As nothing was done, I created a script in AutoHotKey to workaround this need.
This script forces the necessary mouse clicks to easily close (and reopen) all previously opened windows (widgets), pressing Ctrl+F11
:
In the video above, I pressed Ctrl+F11
to close all widgets. Then I pressed Ctrl+F11
to restore the previous layout.
Tip: You can also press F11
to get Studio’s native Full Screen
(without the lower windows task bar and Studio window title).
INSTALL
- Download and install AutoHotKey (version 1)
- Download and extract StudioFullScreen_1.1.zip (36.3 KB) in any place of your Windows
- Double-click
StudioFullScreen.ahk
to load the script
RUN
- Open Studio
- Press
Ctrl+F11
to enable theFull Screen
in Studio - Press
Ctrl+F11
again to restore the previous opened windows/widgets
NOTES
- This version only works for Studio in “Dark” theme
- If you want the script to run automatically on Windows startup: Frequently Asked Questions (FAQ) | AutoHotkey
- You can make the screen even bigger by pressing
F11
(Studio’s native FullScreen key).