Print Page | Close Window

Dictation problem.

Printed From: MSSpeech-Forum
Category: Windows™ Speech Recognition Forums
Forum Name: New Users & General Questions
Forum Description: Ask questions, give and get answers.
URL: https://www.msspeech-forum.com/forum_posts.asp?TID=197
Printed Date: 23/May/2024 at 6:27am
Software Version: Web Wiz Forums 12.02 - http://www.webwizforums.com


Topic: Dictation problem.
Posted By: plumbob
Subject: Dictation problem.
Date 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.



Replies:
Posted By: mmarkoe_admin
Date 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>


Posted By: plumbob
Date 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??


Posted By: plumbob
Date 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.


Posted By: mmarkoe_admin
Date 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 http://www.emicrophones.com/p-3033-wsrtoolkit-v2.aspx - 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.
See us at: http://www.emicrophones.com - www.emicrophones.com
Microsoft MVP
 
PS. the previous 3 lines were inserted when I used the text macro, "Sign off."


Posted By: mmarkoe_admin
Date Posted: 24/Nov/2010 at 9:30am

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

Marty



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.02 - http://www.webwizforums.com
Copyright ©2001-2019 Web Wiz Ltd. - https://www.webwiz.net