In fact you can build your own! Using Inteface Builder and ProjectBuilder, I managed to code a little proof of concept last year, complete with preliminary voice support. Unfortunately I'm still using 10.2 so I had to rely on an external app to output the key to the system (Ex: salling clicker, or other scripting addition), but I believe with 10.3 you can do it more easily, thanks to
GUI Scripting.
Of course I can't try it but the code would look like
Code:
tell application "System Events"
tell process X
keystroke "I" using command down
-- you can use modifier keys, too!
end tell
end tell
Otherwise,
TouchStroke is wonderful, but at 95$, I prefer to use a less featured product.
Good luck!