Stay.app’s “Restore All Windows” command from Applescript

If you want to use applescript to run `cordlessdog.com`’s `Stay.app` command “Restore All Windows” command from Applescript, here is how to do it:

tell application “Stay”
set resultBoolean to restore all windows
end tell

Stay.app’s “Restore All Windows” command from Applescript

Stay.app supports 5 applescript commands which are:

– restore active application windows
– restore all windows
– store active application windows
– store active window
– store all windows

Related Posts:

  • No Related Posts
This entry was posted in Mac, Tech Tips. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *