Thursday, November 15, 2012

AutoTextSender: a utility to auto type text for screencasts

I need to make a screencast and the screencast requires some typing. Typing on a screencast is usually slower than your viewers will appreciate and is prone to errors and retyping. One way of fixing this problem is to edit the video and speed up the typing and delete the errors. This to me is wasted effort. Another way is to paste the text, but this doesn't work very well if you have many fields to fill.

So, here's my solution to the problem: AutoTextSender is a little utility that reads a text file and types out the phrases one by one, as you press F1 (which is configurable).

Here's how you use it: Create a text file called 'AutoTextSender.data' containing the text you want to send. Separate each phrase with '~' . Press F1 to send each phrase. Press Esc to quit. You can change the hotkeys, data file name, separator character and delay between each key press using the following Command Line Parameters:

/noToolTips or /nt: don't show tooltips
/sep=<character> a character to separate phrases. default: ~
/delay=<ms> delay between keys in milliseconds. default: 10
/send=<hotkey> hotkey to send phrases. default: F1
/quit=<hotkey> hotkey to quit. default: ESC
/pause=<hotkey> hotkey to pause. default: PAUSE
/data=<data file> phrase data file. default: AutoTextSender.data

AutoTextSender is free software, and comes with no warranty or spyware.

Download AutoTextSender

No comments:

Post a Comment