Greetings
Is there a shortcut to hide all windows so that the drawing window fills the screen when we want to focus on drawing?
how to hide all windows
Moderators: Víctor Paredes, Belgarath, slowtiger
- Víctor Paredes
- Site Admin
- Posts: 5817
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
- synthsin75
- Posts: 10276
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
If you open up the "Strings" file, located in your AS installation folder, with a text editor (like Notepad), you can set all of the windows to share the same show/hide shortcut. I just tested this to make sure.
I changed these lines:
To this:
Saving these changes and restarting AS will now show/hide the tools, layers, timeline, and style windows by pressing Ctrl+]. But it's all or nothing doing it this way.
For some reason AS loses focus after I show/hide a few times. Not too big of a problem, and it may only be on PC.

I changed these lines:
Code: Select all
3142 "Tools "
3143 "Layers "
3144 "Timeline["
3145 "Style]"
Code: Select all
3142 "Tools]"
3143 "Layers]"
3144 "Timeline]"
3145 "Style]"
For some reason AS loses focus after I show/hide a few times. Not too big of a problem, and it may only be on PC.
