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 supports 5 applescript commands which are:
- restore active application windows
- restore all windows
- store active application windows
- store active window
- store all windows