Page 1 of 1

Dictating into Rev apps

Posted: Sat Jan 09, 2010 4:28 pm
by hamlynart
Hi Folks,

I often write simple apps to do repetitive tasks (eg: removing the annoying line breaks you get when you copy PDF text). Many of these are text based apps. I'm also a user of Macspeech Dictate which as an RSI sufferer is very useful. However, my Revolution apps don't respond to text input from Dictate for some reason.

Any thoughts about why this might be, or how I might overcome it?

Jim H

Re: Dictating into Rev apps

Posted: Sun Jan 10, 2010 11:41 am
by Mark
Hi Jim,

I suspect that MacDictate works with Cocoa applications only, i.e. Finder, Mail, and TextEdit, but not with OpenOffice, Terminal, and Revolution.

You can, however, create an AppleScript command, which a) opens a new TextEdit file, b) let's you enter text, and c) copies it to a field in Revolution. An even nicer solution might be to use Automator to show a text box or to create a simple application in XCode using AppleScript.

Best,

Mark