Skip to content

Instantly share code, notes, and snippets.

@jonsatrom
Created November 9, 2014 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonsatrom/e1bd86fc832f5d9e18cc to your computer and use it in GitHub Desktop.
Save jonsatrom/e1bd86fc832f5d9e18cc to your computer and use it in GitHub Desktop.
Make Calculator move across the screen
tell application "System Events"
repeat with theIncrementValue from 1 to 1500
set position of window of application process "Calculator" to {theIncrementValue, 100}
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment