Empowering speech recognition |
Post Reply |
Author | |
francis
Member Joined: 14/Jun/2009 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 22/Jun/2009 at 3:40pm |
As a user Iwould like to see speech recognition empowered to work on all browsers just like dragon naturally speaking which will write on virtually anything. It would be a great addition to the new windows. Are there any plans to do this? Sincerely Francis
|
|
mmarkoe
Moderator Group Joined: 24/Jul/2008 Status: Offline Points: 210 |
Post Options
Thanks(0)
|
We understand users of newer versions of Firefox have had compatibility issues with Dragon.
I certainly understand why you wish to use an alternate browser. Microsoft publishes standards for its operating systems. Developers who wish users to use their software on Microsoft operating systems must write to those standards not vice versa.
In those web sites which do not accept WSR input we use a macro called OpenDictationBox, see below. This works like the Dragon Show Dictation Box feature. It opens Wordpad (you can change it to Notepad if you wish) and allows corrections. When finished, say "Post Dictation." I copy and paste the dictation when Post Dictation does not work in some text fields.
Marty
<speechMacros>
<!-- dictation box --> <command> <listenFor>open dictation box</listenFor>
<run command="wordpad.exe" params=""/> </command>
<!-- post dictation --> <command> <listenFor>post dictation</listenFor>
<sendKeys>{{CTRL}}a</sendKeys>
<waitFor seconds=".25"/> <sendKeys>{{CTRL}}c</sendKeys> <waitFor seconds=".25"/> <!-- switch to non-SR app -->
<sendKeys>{{ALT}}{TAB}</sendKeys> <waitFor seconds=".5"/> <sendKeys>{{CTRL}}v</sendKeys> <waitFor seconds=".25"/> <!-- switch back and clear -->
<sendKeys>{{ALT}}{TAB}</sendKeys> <waitFor seconds=".5"/> <sendKeys>{{CTRL}}a{250 WAIT}{DELETE}</sendKeys> <sendKeys>{{ALT}}f</sendKeys> <sendKeys>x</sendKeys> <sendKeys>n</sendKeys> </command>
</speechMacros>
|
|
Marty Markoe, MVP
Microsoft Valued Partner See us at: http://www.mymsspeech.com |
|
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 |