Skip to content

Commit

Permalink
Updating keynote scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed May 6, 2023
1 parent ab75c7d commit 34a22b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keynote-format-presenter-notes.applescript
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tell application "Keynote"
set font of presenter notes of every slide of document 1 to "TrebuchetMS"
-- set font of presenter notes of every slide of document 1 to "TrebuchetMS"
set size of presenter notes of every slide of document 1 to 24
end tell
4 changes: 3 additions & 1 deletion keynote-image-scale.applescript
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
tell application "Keynote"
tell last image of current slide of front document
set width to 3 * width
set height to 723
set width to 723
set position to [1150, 225]
end tell
end tell

0 comments on commit 34a22b0

Please sign in to comment.