Alexis Posted November 20, 2007 Report Share Posted November 20, 2007 I would like to write a tiny macro that minimize all windows, except for the active one. My approach is to get the title of the active window with a Variable Set String / Set Value to Topmost Window Title - Command. Then i let perform Win + D to minimize all windows. I thought of using an Restore Window - Command next for the window i saved the title to a variable. But those commands seem not to accept variables like T1, right? What a pity! Is there a workaround? Thanks Alexandra Quote Link to comment Share on other sites More sharing options...
floyd Posted November 20, 2007 Report Share Posted November 20, 2007 But those commands seem not to accept variables like T1, right? What a pity! Is there a workaround? No, the window/program commands do accept variables. Quote Link to comment Share on other sites More sharing options...
kevin Posted November 20, 2007 Report Share Posted November 20, 2007 You can put variables in any macro command dialog that accepts input. Just type the variable like this: %T1%, %N12%, %D87%, etc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.