Show/Hide Properties/Layers/Sheetset Managers and Toolspace tabs

Show/Hide Properties/Layers/Sheetset Managers and Toolspace tabs

Anonymous
Not applicable
600 Views
3 Replies
Message 1 of 4

Show/Hide Properties/Layers/Sheetset Managers and Toolspace tabs

Anonymous
Not applicable

Is there a way to show/hide all of the "tabs" (properties, layer manager, sheetset manager, toolspace, etc.) with one quick process? I want to be able to toggle them all on or off with one command or keystroke. When I say "all of them" I mean the specific ones I usually have open.

 

If this has already been asked or figured out please let me know.

0 Likes
601 Views
3 Replies
Replies (3)
Message 2 of 4

ВeekeeCZ
Consultant
Consultant
Maybe like this?

(initdia) $M=$(if,$(and,$(>,$(getvar,LayerManagerState),0)),^C^C'_LayerClose;_ToolPalettesClose;_propertiesclose;_SheetSetHide,_Layer;_ToolPalettes;_properties;_SheetSet)
0 Likes
Message 3 of 4

Anonymous
Not applicable
You mean as a lisp?
0 Likes
Message 4 of 4

ВeekeeCZ
Consultant
Consultant

@Anonymous wrote:
You mean as a lisp?

No, it's a macro. You can make a button, or assign a shortcut. See here

0 Likes