Go to a specific web page |
Post Reply |
Author | |
Sixwheels
Member Joined: 27/Mar/2011 Location: MD Status: Offline Points: 88 |
Post Options
Thanks(0)
Posted: 15/Jul/2012 at 4:33pm |
Windows Vista's speech recognition had a specific capability that is now lost under Windows 7, namely the ability to say "launch {specific web site}", and have the website opened in Internet Explorer. I would now like to replicate something like that with a macro. Again, however, I can't seem to get it done. Does anyone have an idea hell I could manage this?
|
|
Sixwheels
Member Joined: 27/Mar/2011 Location: MD Status: Offline Points: 88 |
Post Options
Thanks(0)
|
hell, of course = how. ‹shaking head›
|
|
Sixwheels
Member Joined: 27/Mar/2011 Location: MD Status: Offline Points: 88 |
Post Options
Thanks(0)
|
Sorry about posting this now unnecessary thread. I figured it out on my own, but if anyone is interested in doing the same thing, here is the macro:
<speechMacros> <command> <condition operator="not"> <appIsInForeground processName="WSRToolkit.exe"/> </condition> <listenFor>James go to Facebook</listenFor> <run command="C:\Program Files\Internet Explorer\iexplore.exe" params=""/> <waitFor seconds="5.00" /> <sendKeys>{{ALT}}d</sendKeys> <waitFor seconds="1.00" /> <insertText> http://www.facebook.com/index.php </insertText> <waitFor seconds="1.00" /> <sendKeys>{ENTER}</sendKeys> </command> </speechMacros> The pauses are probably not necessary, but I like them anyway. ;-)
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |