Asked
— Edited
Is there a way to programmatically have ARC run "Smart Arrange" via a script rather than going to the Control tab and manually clicking it? My controls always auto load off screen and only "Smart Arrange" fixes the issue.
Alan
I implemented it like this, in my Int script which is set to run from the shortcut created in ARC for my project, I run the "SmartArrange" script. It used the mouse location data to hover over Control tab, left click, hover over Smart Arrange, left click, hover over File tab, left click, hover over 2nd desktop window, left click, hover over Control tab, left click, hover over Smart Arrange, left click, hover over File tab, left click, hover over 1st desktop window, left click.
I have to "Smart Arrange" for the 1st and 2nd desktop, after than I'm good. Only took a couple of minutes to implement!
Thanks again Alan!
Code:
If anyone uses this example you'll need to change the screen location numbers to reflect what your Remote Mouse identifies.
I save the script contents locally though, so it is not a major issue (and I am currently only using it in one project for one function, but I expect to use it more, including your use case).
Alan
Great work.
This is really cool.
Thanks