-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab75c7d
commit 34a22b0
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
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
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 |
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
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 |