From 34a22b0c3bd8d2f065ea0b94685b484e0040b28e Mon Sep 17 00:00:00 2001 From: Sean Parent Date: Fri, 5 May 2023 21:38:23 -0700 Subject: [PATCH] Updating keynote scripts. --- keynote-format-presenter-notes.applescript | 2 +- keynote-image-scale.applescript | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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