Skip to content

Instantly share code, notes, and snippets.

@miku
Created November 10, 2017 12: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 miku/97865c8b8fe4d1f67b674ea8959153be to your computer and use it in GitHub Desktop.
Save miku/97865c8b8fe4d1f67b674ea8959153be to your computer and use it in GitHub Desktop.
Adjust zoom of active Word document with AppleScript.
#!/usr/bin/osascript
tell application "Microsoft Word"
activate
set percentage of zoom of view of active window to 100
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment