I use Keynote for creating graphics for various purposes, and I've found myself frustrated by the number of manual steps needed to export a single slide as a PNG image. I was pointed to Keyboard Maestro as a possible solution. What I am trying to do is create an action that will:
- Get the number of the currently selected slide
- Open the Export Image menu:
File -> Export To -> Images...
- Choose the "From" option and enter the slide number in both the "From" and "to" fields
- Choose the "PNG" format
- Click Next
- Enter a filename that includes the slide number (otherwise you get a warning about overwriting the last time you exported)
- Click Export
I can't seem to figure out how to select the specific fields in this export menu, I don't want to do it with cursor position offsets since that seems unreliable. Any help is appreciated!