Print Page | Close Window

How to disable windows native commands

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=356
Printed Date: 28/Mar/2024 at 1:56pm
Software Version: Web Wiz Forums 12.02 - http://www.webwizforums.com


Topic: How to disable windows native commands
Posted By: Lariedan
Subject: How to disable windows native commands
Date Posted: 06/Apr/2015 at 8:07am
Hey there,

I'm using WSRMacros a lot. I'm using it to open image-files through speech-commands. Speech Recognition takes a lot of "false positives" and is all the time "pressing TAB key" or something similar. Is there an easy way to disable all the windows native commands from speech? I only ever need to open the image-files through WSRMacros.



Replies:
Posted By: russ
Date Posted: 06/Apr/2015 at 11:19am
I don't think there is a way to disable the Windows native speech commands, but there is a way to raise the priority of individual WSR macros. This will raise particular macros in the "pecking order," which will make them more likely to be executed over similar things you say.

I've included an example below from Internet Explorer. The priority number can be from 0 (zero, lowest) to 127 (highest).

-Russ

<command priority="100">
<listenFor>close tab</listenFor>
<sendKeys>{{CTRL}}w</sendKeys>
</command>


Posted By: Lariedan
Date Posted: 07/Apr/2015 at 5:43am
Originally posted by russ russ wrote:

I don't think there is a way to disable the Windows native speech commands, but there is a way to raise the priority of individual WSR macros. This will raise particular macros in the "pecking order," which will make them more likely to be executed over similar things you say.

I've included an example below from Internet Explorer. The priority number can be from 0 (zero, lowest) to 127 (highest).

-Russ

<command priority="100">
<listenFor>close tab</listenFor>
<sendKeys>{{CTRL}}w</sendKeys>
</command>

Thank you! I'll try this out.



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