If you always want the text to paste into iReadFast, save the
following AppleScript code in ~/Library/Scripts with the name "Send to
iReadFast.scpt" and then make trigger in QS to run it.

tell application "System Events" to keystroke "c" using command down
tell application "iReadFast" to activate
tell application "System Events" to keystroke "v" using command down

On Oct 5, 8:41 am, Rob McBroom <[email protected]> wrote:
> On Oct 4, 2010, at 6:15 PM, ylem wrote:
>
> > In defining the trigger:
> > Select an item: Current selection (I have enabled the proxy objects)
> > Action: ??? (nothing I tried works...)
> > Target: (ireadfast - but it actually never shows in the list)
>
> In the video, the action he selects says “Read with iReadFast” (if I'm 
> translating correctly). I don't know if that's from a plug-in or just an 
> AppleScript that he wrote. Probably the latter.
>
> --
> Rob McBroom
> <http://www.skurfer.com/>

Reply via email to