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

Dictation problem.

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


Joined: 19/Nov/2010
Location: U.K.
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote plumbob Quote  Post ReplyReply Direct Link To This Post Topic: Dictation problem.
    Posted: 19/Nov/2010 at 3:34pm
I am having problems dictating to a Word document. Everything I say, including punctuation activates the alternates screen. I am running Office 2000, could this be the problem?? Dictation in Notepad is OK. Any help or advice would be appreciated.

plumbob.
Back to Top
mmarkoe_admin View Drop Down
Admin Group
Admin Group
Avatar

Joined: 16/Jul/2008
Status: Offline
Points: 331
Post Options Post Options   Thanks (0) Thanks(0)   Quote mmarkoe_admin Quote  Post ReplyReply Direct Link To This Post Posted: 19/Nov/2010 at 4:06pm
Originally posted by plumbob plumbob wrote:

I am having problems dictating to a Word document. Everything I say, including punctuation activates the alternates screen. I am running Office 2000, could this be the problem?? Dictation in Notepad is OK. Any help or advice would be appreciated.
We've never tried WSR with Word 2000. We can verify it works in Office 2003, Office 2007 and Office 2010.
 
If upgrading to a newer version of Microsoft Office/Word is not an option, below is a macro for dictating into Word Pad (say, "Open dictation box") and when finished, say "post dictation." This should put the text into Word if the cursor was in Word when you initiated the macro.
 
Marty Markoe, eMicrophones, Inc.
 
<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>


Edited by mmarkoe_admin - 19/Nov/2010 at 4:14pm
Back to Top
plumbob View Drop Down
Member
Member


Joined: 19/Nov/2010
Location: U.K.
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote plumbob Quote  Post ReplyReply Direct Link To This Post Posted: 19/Nov/2010 at 4:15pm
Thanks for that Marty. Would it be possible to dictate into Notepad and then insert it into Word??
Back to Top
plumbob View Drop Down
Member
Member


Joined: 19/Nov/2010
Location: U.K.
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote plumbob Quote  Post ReplyReply Direct Link To This Post Posted: 19/Nov/2010 at 4:18pm
Wow!! How do I get that lot into my system?? Sorry to sound so thick but have only just started to use WSR.
Back to Top
mmarkoe_admin View Drop Down
Admin Group
Admin Group
Avatar

Joined: 16/Jul/2008
Status: Offline
Points: 331
Post Options Post Options   Thanks (0) Thanks(0)   Quote mmarkoe_admin Quote  Post ReplyReply Direct Link To This Post Posted: 20/Nov/2010 at 10:20am
Originally posted by plumbob plumbob wrote:

Thanks for that Marty. Would it be possible to dictate into Notepad and then insert it into Word??
Yes. Simply dictate into Notepad or Wordpad, select all, copy, switch to Word, Paste.
 
Quote How do I get that lot into my system??
The way to accomplish simple tasks is to use the WSRToolkit version 2. Among many other things, you can easily create macros. Macros are shortcuts. These can be blocks of text, navigation macros to other screens and programs, or a series of commands like:
select all (Ctrl + A)
copy (Ctrl + C)
switch windows (like to Word which is Winword.exe)
paste text you copied (Ctrl + V)
 
Marty Markoe, eMicrophones, Inc.
Microsoft MVP
 
PS. the previous 3 lines were inserted when I used the text macro, "Sign off."


Edited by mmarkoe_admin - 20/Nov/2010 at 1:25pm
Back to Top
mmarkoe_admin View Drop Down
Admin Group
Admin Group
Avatar

Joined: 16/Jul/2008
Status: Offline
Points: 331
Post Options Post Options   Thanks (0) Thanks(0)   Quote mmarkoe_admin Quote  Post ReplyReply Direct Link To This Post Posted: 24/Nov/2010 at 9:30am

Plumbob, did you see the previous post? If so, did it help?

Marty
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.453 seconds.

Microsoft Most Valuable Professional

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