What software can I use for Voice activated hokeys?

1

So, I would like to have a program that will do certain functions based on given voice commands.

  1. The most important is to apply hotkeys, ie... "Start Menu" -> windows key, "Back" -> backspace

  2. Running a batch script or program

  3. Organization of voice commands based on the foreground application (similar to how wacom pens can be customized per program)

  4. Voice to text recognition would be nice, but least important.

user24055

Posted 2010-01-27T22:25:56.710

Reputation: 263

Which version of Windows? – Snark – 2010-01-27T22:28:21.180

Oh yea, I use windows 7. – user24055 – 2010-01-27T22:31:27.960

Answers

1

It looks like you're able to record "Macro's" for speech recognition.

This shows how to create macros.

This is the tool you'll need to do so.

Kelbizzle

Posted 2010-01-27T22:25:56.710

Reputation: 1 808

Windows Speech Recognition Macros extends the speech recognition capabilities in Windows Vista. Users can create powerful macros that are triggered by voice command to interact with applications. – Kelbizzle – 2010-01-27T22:41:27.047

Wow, didn't know it was available through microsoft. That looks like it will do what I want, I will test it when I get home (im on XP at work). Thanks!

There are additional tutorials here, http://code.msdn.microsoft.com/wsrmacros/Wiki/View.aspx?title=Using%20the%20WSR%20Macros%20Wizard%20tutorial&referringTitle=Home

– user24055 – 2010-01-27T22:50:50.770