How to disable windows native commands |
Post Reply |
Author | |
Lariedan
Member Joined: 03/Apr/2015 Status: Offline Points: 2 |
Post Options
Thanks(0)
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.
|
|
russ
Member Joined: 17/Jan/2009 Status: Offline Points: 71 |
Post Options
Thanks(0)
|
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> |
|
Lariedan
Member Joined: 03/Apr/2015 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Thank you! I'll try this out.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |