Skip to content

Instantly share code, notes, and snippets.

@dougtoppin
dougtoppin / KindleReturn
Last active December 15, 2015 08:49
I regularly have a thunderbolt cinema display on my MacBook Pro with the Kindle app running on it for reference while I'm working on the MBP screen. To go to the next page on the Kindle I have to move the cursor, select the app and hit return. This is the start of coming up with an easier way to do that. Using shortcuts I added option-return to …
(*
Simple OSX ML Automator/Applescript to send a carriage return to a running Kindle app
*)
on run {input, parameters}
global okflag
set appname to "Kindle"
set okflag to false
tell application "System Events"