Want Applescript to change a Keynote presentation to a particular slide -



Want Applescript to change a Keynote presentation to a particular slide -

i'm newbie applescript, can applescript tell keynote display specific slide out of order during presentation? don't want advance in sequence, want specify specific slide in random order.

i tried apple documentation, nil there. not of similar questions here answers question. macscripters site suggestion (below) didn't work.

not working (this, after having applescript start keynote , launch slideshow presentation:

tell application "keynote" show (slide 22 of "/users/me/documents/keynote_slides.key") end tell

also tried, not working

tell application "system events" tell process "keynote" jump 22 end tell end tell

so, missing?

something should work think:

tell application "keynote" tell slideshow 1 show slide 22 end tell end tell

applescript

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -