Skip to content

gordon123/fix_presenter_note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

from https://gist.github.com/derickfay/74a66652b995a538e08a

fix_presenter_note.applescript

tell application "Keynote" tell document 1 set theSlides to slides repeat with s in the slides tell presenter notes of s set font to "arial" set size to 14 set color of it to "black" end tell end repeat end tell end tell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published