QUOTE(chronous @ Jun 10 2012, 10:28 PM)
here is some other stuff currently i'm using. DELETE:
<speechMacros>
<command>
<listenFor>Trash</listenFor>
<sendKeys>{DELETE}</sendKeys>
<speak> File Deleted</speak>
</command>
</speechMacros>
Volume up and down
Ya this one is a bit tricky. Took me some time to figure it out also lol. So i'll just share with u guys. First download this small little program in the link i provided here.
http://www.nirsoft.net/utils/nircmd.zip
Well for volume up and down u need this mall thing. Unzip it to C:\nir\ or u can just specify where u put the program in the XML script.
So for volume up:
<speechMacros>
<command>
<listenFor>volume up</listenFor>
<run command="C:\nir\nircmd.exe" params="changesysvolume +5000"/>
<speak>Volume Up</speak>
</command>
</speechMacros>
For Volume down:
<speechMacros>
<command>
<listenFor>volume down</listenFor>
<run command="C:\nir\nircmd.exe" params="changesysvolume -5000"/>
<speak>Volume Down</speak>
</command>
</speechMacros>
Then this is for Middle listening volume(based on my speaker and stuff, so u guys can change the value to suit ur need
<speechMacros>
<command>
<listenFor>volume mid</listenFor>
<run command="C:\nir\nircmd.exe" params="setsysvolume 30000"/>
<speak>Volume at medium listening level</speak>
</command>
</speechMacros>
Then this is for low listening volume
<command>
<listenFor>volume low</listenFor>
<run command="C:\nir\nircmd.exe" params="setsysvolume 10000"/>
<speak>Volume at low listening level</speak>
</command>
</speechMacros>
And remember in iron man Tony Stark can just say mute and mute the volume
<speechMacros>
<command>
<listenFor>mute</listenFor>
<run command="C:\nir\nircmd.exe" params="mutesysvolume 1"/>
<speak>Volume muted</speak>
</command>
</speechMacros>
Well of course u wan to unmute it back also
<speechMacros>
<command>
<listenFor>unmute</listenFor>
<run command="C:\nir\nircmd.exe" params="mutesysvolume 0"/>
<speak>Mute Off</speak>
</command>
</speechMacros>
And last but not least EMPTY RECYCLE BIN
<speechMacros>
<command>
<listenFor>Empty Recycle Bin</listenFor>
<run command="C:\nir\nircmd.exe" params="emptybin"/>
<speak>Your junk has been recycled</speak>
</command>
</speechMacros>
K. Hope u guys enjoy all these
Jun 11 2012, 09:58 AM

Quote
0.0288sec
0.41
6 queries
GZIP Disabled