MSSpeech-Forum Homepage
Forum Home Forum Home > Windows™ Speech Recognition Forums > New Users & General Questions
  New Posts New Posts RSS Feed - Empowering speech recognition
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Empowering speech recognition

 Post Reply Post Reply
Author
Message
francis View Drop Down
Member
Member


Joined: 14/Jun/2009
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote francis Quote  Post ReplyReply Direct Link To This Post Topic: Empowering speech recognition
    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
Back to Top
mmarkoe View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 24/Jul/2008
Status: Offline
Points: 210
Post Options Post Options   Thanks (0) Thanks(0)   Quote mmarkoe Quote  Post ReplyReply Direct Link To This Post Posted: 23/Jun/2009 at 1:45pm
Originally posted by francis francis wrote:

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?
 
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.02
Copyright ©2001-2019 Web Wiz Ltd.

This page was generated in 0.203 seconds.

Microsoft Most Valuable Professional

§- Thank you for visiting our Windows Speech Recognition and Macro Forum.. -§