<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>MSSpeech Forum : Dictati&#111;n Box</title>
  <link>https://www.msspeech-forum.com/</link>
  <description><![CDATA[This is an XML content feed of; MSSpeech Forum : New Users &amp; General Questions : Dictati&#111;n Box]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 09:58:39 +0000</pubDate>
  <lastBuildDate>Sat, 20 Nov 2010 13:20:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.02</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.msspeech-forum.com/RSS_post_feed.asp?TID=196</WebWizForums:feedURL>
  <image>
   <title><![CDATA[MSSpeech Forum]]></title>
   <url>https://www.msspeech-forum.com/forum_images/msspeech_forum.png</url>
   <link>https://www.msspeech-forum.com/</link>
  </image>
  <item>
   <title><![CDATA[Dictati&#111;n Box : Okay thank you ]]></title>
   <link>https://www.msspeech-forum.com/dictation-box_topic196_post966.html#966</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=111">andy t</a><br /><strong>Subject:</strong> 196<br /><strong>Posted:</strong> 20/Nov/2010 at 1:20pm<br /><br />Okay thank you]]>
   </description>
   <pubDate>Sat, 20 Nov 2010 13:20:03 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/dictation-box_topic196_post966.html#966</guid>
  </item> 
  <item>
   <title><![CDATA[Dictati&#111;n Box :   andy t wrote:Is there a way...]]></title>
   <link>https://www.msspeech-forum.com/dictation-box_topic196_post960.html#960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=1">mmarkoe_admin</a><br /><strong>Subject:</strong> 196<br /><strong>Posted:</strong> 15/Nov/2010 at 11:36am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by andy t" alt="Originally posted by andy t" style="vertical-align: text-bottom;" /> <strong>andy t wrote:</strong><br /><br />Is there a way of changing the name of the command for this macro? If so, how?</td></tr></table><DIV>Easy. Right click the blue oval Windows Speech Recognition Macros icon in the lower right Taskbar. Choose Edit Speech Macro. Highlight the macro you want to rename and right click and select Rename. Type in the new name and make sure it ends in .WSRMac</DIV><DIV>&nbsp;</DIV><DIV>However, I think you may really mean, how to change the trigger word(s) for the macro? If so, open the macro in Notepad. look for the line beginning&nbsp;&lt;listenFor&gt;xxxxxxxxx&lt;/listenFor&gt; and rename the trigger word (the xxxxx) to something distinct and different. For example I have:</DIV><DIV>&lt;listenFor&gt;apply payment&lt;/listenFor&gt;</DIV><DIV>if it conflicted with a command I might rename it:</DIV><DIV><DIV>&lt;listenFor&gt;post payment&lt;/listenFor&gt;</DIV></DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> I have another macro which is called "Enable Dragon" which, when triggered, turns off WSR and turns on Dragon from an off position. Unfortunately, when I say <FONT face=Arial>"Enable the Dictation Scratchpad", it sounds similar and it shuts down WSR but does not turn on Dragon so both speech apps are in the off position and being a quadriplegic, there is nothing I can do. Then I have to call someone to turn one of the speech apps on so I can continue.</td></tr></table></FONT></DIV><DIV><FONT face=Arial>Try renaming Enable Dragon to Enable NaturallySpeaking.</FONT></DIV><DIV><FONT face=Arial></FONT>&nbsp;</DIV><DIV><FONT face=Arial><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> Am I using the dictation scratchpad rightly or does it work in a different way to what I am trying to achieve? I have it checked on the show speech options &gt;options menu. Does it only come into use when there is no way you can dictate WSR into an application and then it does the business?</td></tr></table></FONT></DIV><DIV><FONT face=Arial>I guess I only use standard programs as the Scatchpad has never popped up for me. I still have an "Open Dictation Box" macro created when using Vista WSR. It is below&nbsp;my&nbsp;name&nbsp;and you are free to copy it as it should work in Windows 7.</DIV></FONT> <DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Marty</DIV><DIV>&nbsp;</DIV><DIV>&lt;speechMacros&gt;<BR>&lt;!-- dictation box --&gt;<BR>&lt;command&gt;</DIV><DIV>&lt;listenFor&gt;open dictation box&lt;/listenFor&gt;<BR>&lt;run command="wordpad.exe" params=""/&gt;</DIV><DIV>&lt;/command&gt;<BR>&nbsp;<BR>&lt;!-- post dictation --&gt;<BR>&lt;command&gt;</DIV><DIV>&lt;listenFor&gt;post dictation&lt;/listenFor&gt;</DIV><DIV>&lt;sendKeys&gt;{{CTRL}}a&lt;/sendKeys&gt;<BR>&lt;waitFor seconds=".25"/&gt;<BR>&lt;sendKeys&gt;{{CTRL}}c&lt;/sendKeys&gt;<BR>&lt;waitFor seconds=".25"/&gt;</DIV><DIV>&lt;!-- switch to non-SR app --&gt;<BR>&lt;sendKeys&gt;{{ALT}}{TAB}&lt;/sendKeys&gt;<BR>&lt;waitFor seconds=".5"/&gt;<BR>&lt;sendKeys&gt;{{CTRL}}v&lt;/sendKeys&gt;<BR>&lt;waitFor seconds=".25"/&gt;</DIV><DIV>&lt;!-- switch back and clear --&gt;<BR>&lt;sendKeys&gt;{{ALT}}{TAB}&lt;/sendKeys&gt;<BR>&lt;waitFor seconds=".5"/&gt;<BR>&lt;sendKeys&gt;{{CTRL}}a{250 WAIT}{DELETE}&lt;/sendKeys&gt;<BR>&lt;sendKeys&gt;{{ALT}}f&lt;/sendKeys&gt;<BR>&lt;sendKeys&gt;x&lt;/sendKeys&gt;<BR>&lt;sendKeys&gt;n&lt;/sendKeys&gt;</DIV><DIV>&lt;/command&gt;</DIV><DIV>&lt;/speechMacros&gt;</DIV>]]>
   </description>
   <pubDate>Mon, 15 Nov 2010 11:36:31 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/dictation-box_topic196_post960.html#960</guid>
  </item> 
  <item>
   <title><![CDATA[Dictati&#111;n Box : Hi, I am in a bit of a dilemma....]]></title>
   <link>https://www.msspeech-forum.com/dictation-box_topic196_post959.html#959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=111">andy t</a><br /><strong>Subject:</strong> 196<br /><strong>Posted:</strong> 15/Nov/2010 at 10:47am<br /><br /><P>Hi,</P><P>I am in a bit of a dilemma. I read all about the dictation scratchpad in WSR. The problem I have is that if I say "Enable the Dictation Scratchpad" (which apparently is the command that triggers it as shown in show speech options &gt;options menu), it interferes with another macro I have which sounds similar to that.</P><P>Is there a way of changing the name of the command for this macro? If so, how?</P><P>I have another macro which is called "Enable Dragon" which, when triggered, turns off WSR and turns on Dragon from an off position. Unfortunately, when I say <FONT face=Arial>"Enable the Dictation Scratchpad", it sounds similar and it shuts down WSR but does not turn on Dragon so both speech apps are in the off position and being a quadriplegic, there is nothing I can do. Then I have to call someone to turn one of the speech apps on so I can continue.</P><P>Am I using the dictation scratchpad rightly or does it work in a different way to what I am trying to achieve? I have it checked on the show speech options &gt;options menu. Does it only come into use when there is no way you can dictate WSR into an application and then it does the business?</P></FONT><P>It is not imperative that I have this working but I was just intrigued seeing as it was included with Windows 7. If it is going to interfere with my other macros, then I may just as well open WordPad or Notepad to achieve the same goal.</P><P>Hopefully, you'll be able to explain to me how it works? Yes, I have read the overview you posted Marty.</P><P>Cheers</P><P>andy t</P><span style="font-size:10px"><br /><br />Edited by andy t - 15/Nov/2010 at 10:53am</span>]]>
   </description>
   <pubDate>Mon, 15 Nov 2010 10:47:10 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/dictation-box_topic196_post959.html#959</guid>
  </item> 
  <item>
   <title><![CDATA[Dictati&#111;n Box :   andy t wrote:What is the command...]]></title>
   <link>https://www.msspeech-forum.com/dictation-box_topic196_post958.html#958</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=1">mmarkoe_admin</a><br /><strong>Subject:</strong> 196<br /><strong>Posted:</strong> 13/Nov/2010 at 4:49pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by andy t" alt="Originally posted by andy t" style="vertical-align: text-bottom;" /> <strong>andy t wrote:</strong><br /><br />What is the command for opening up the "Dictation Box" in WSR?</td></tr></table>&nbsp;<DIV>It is called the Dctation Scratchpad. <a href="http://windows.microsoft.com/en-US/windows7/Use-the-dictati&#111;n-scratchpad" target="_blank"><strong>Click Here</strong></A> to read about it.</DIV><DIV>&nbsp;</DIV><DIV>Marty</DIV><span style="font-size:10px"><br /><br />Edited by mmarkoe_admin - 13/Nov/2010 at 4:54pm</span>]]>
   </description>
   <pubDate>Sat, 13 Nov 2010 16:49:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/dictation-box_topic196_post958.html#958</guid>
  </item> 
  <item>
   <title><![CDATA[Dictati&#111;n Box :   2. You can have a dictation...]]></title>
   <link>https://www.msspeech-forum.com/dictation-box_topic196_post957.html#957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=111">andy t</a><br /><strong>Subject:</strong> 196<br /><strong>Posted:</strong> 13/Nov/2010 at 3:53pm<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> 2. You can have a dictation box pop up in non compliant Windows.</td></tr></table></P><P>What is the command for opening up the "Dictation Box" in WSR?</P><P>I have tried saying "Open the Dictation Box", "Open Dictation Box" or just simply "Dictation Box" and none of those work.</P><P>Cheers</P><P>Andy</P>]]>
   </description>
   <pubDate>Sat, 13 Nov 2010 15:53:10 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/dictation-box_topic196_post957.html#957</guid>
  </item> 
 </channel>
</rss>