I've got Apple Keynote v8.2 presentation project having .key extension. This presentation contains 5 videos with 4 identical transitions between them. The name of transition is Clothesline.
I have two questions:
Is it possible to use and play
.keyfile format programmatically using Swift?If the first question is true, is it possible to start
Clotheslinetransition using keyboard, not a mouse click?
macOS 10.14 Mojave, Apple Keynote v8.2, Xcode v10, Swift v4.2.

After some investigation it's turned out that at the moment there's no API for working with Apple Keynote presentations and
.keyfile format. There's onlyImageKitmodule that provides user interface support for browsing, editing, and saving images as well as showing slideshows.ImageKitis a part of Quartz framework.