Created
July 13, 2019 14:28
-
-
Save DoguD/61247f0006d248230fb2ac259e35251c to your computer and use it in GitHub Desktop.
Applescript which starts screen recording.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "QuickTime Player" | |
set recording to new screen recording | |
tell recording | |
start | |
delay 3 | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment