Skip to content

Instantly share code, notes, and snippets.

@moxuse
Last active December 16, 2015 13:18
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 moxuse/5440295 to your computer and use it in GitHub Desktop.
Save moxuse/5440295 to your computer and use it in GitHub Desktop.
QuickTime Player 第二画面フルスクリーン AppleScript
tell application "QuickTime Player"
open file "YOUR FILE"
activate
set the looping of document 1 to true
set the bounds of the first window to {-1920, 0, 0, 1080}
end tell
tell application "System Events"
keystroke "f" using command down
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment