Thread: Voice Commands
View Single Post
Old 04-01-2007, 08:33 PM   #2 (permalink)
Cabe
Trust me, I'm a genius!
 
Cabe's Avatar
 
Join Date: Aug 2005
Location: Glasgow, Scotland, UK
Posts: 808
Default

There is a way you can do it.

Download a program called GlovePie (google it).

Find the program or function you want (like your browser, right click the shortcut or exe file and go Properties > Shortcut then in the shortcut key box do something like Ctrl+Shift+I

Open GlovePie and write a script that will look something like this

Code:
If said("Internet Browser") then 
     press(ctrl)
     press(shift)
     press(I)
     wait 20ms
     release(ctrl)
     release(shift)
     release(I)
     wait 100ms)
endif
Works like a charm 8)
I use GlovePie for voice commands in games like Unreal Tournament. All I have to say is "Rocket Launcher" or "Shock Rifle" and it changes to it by picking up what I said then pressing a certain key.
__________________


I never seen nothin' like you before
I can kick you higher than you can kick me
I can kick you way up into a tree
Cabe is offline   Reply With Quote