Is there any way to refer to the UI tab of Unity?

6125231--667598--upload_2020-7-24_0-54-46.png

I am attaching a screenshot to clarify what I meant by the UI tab.
Is there any way to click e.g. Window and change some settings automatically rather than clicking on it everytime? (Scripts, automating assets, etc.)
I would appreciate any advice. Thanks!!

I don’t understand at all what you’re trying to do. You want to click on the “Window” menu along the top of the application, and have that do something other than merely drop down the Window menu? You want to build side-effects into your editor experience such that opening application menus also does some random other stuff?

Maybe you could more clearly explain the specific thing you’re trying to accomplish, overall here?

You can create a custom MenuItem that can perform some task, but yes, it’s unclear exactly what task you want to perform.