diff --git a/keynote-format-presenter-notes.applescript b/keynote-format-presenter-notes.applescript index 3775231..fa45a0a 100644 --- a/keynote-format-presenter-notes.applescript +++ b/keynote-format-presenter-notes.applescript @@ -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 \ No newline at end of file diff --git a/keynote-image-scale.applescript b/keynote-image-scale.applescript index 5eb125e..b84d42d 100644 --- a/keynote-image-scale.applescript +++ b/keynote-image-scale.applescript @@ -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 \ No newline at end of file