Hi everyone, now I am back again.
In this blog I am going to give you a source code which you can copy and then paste it in your Windows speech Recognition Macros. Hope you will like it.......
Just copy it and paste in the xml option....
I am changing the font so that it will help you distinguishing the source code...
You should visit my other two blogger site....
To see the same you should click on the link given below.......
https://akshatmaheshwari19.blogspot.com/2020/04/xml-code-for-window-speech-recognition.html#more
Visit this blogger site to get updates Computer Sphere .....
Recently Examples of C Language for Practice are being uploaded.....
https://computerstudypoint0.blogspot.com/
<speechMacros>
<command>
<appIsInForeground windowTitleContains="Google Maps"/>
<listenFor>show map ?style ?image ?pictures</listenFor>
<listenFor>use map ?style ?image ?pictures</listenFor>
<listenFor>show satellite ?style ?image ?pictures</listenFor>
<listenFor>use satellite ?style ?image ?pictures</listenFor>
<mouse button="left" command="click" position="1230,200" />
</command>
<command>
<appIsInForeground windowTitleContains="Google Maps"/>
<listenFor>go to street view</listenFor>
<listenFor>show street view</listenFor>
<mouse button="left" command="click" position="1272,171" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.5" />
<sendKeys>=</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Gmail - Compose Mail"/>
<listenFor>start message</listenFor>
<mouse button="left" command="click" position="215,400" />
</command>
<command>
<appIsInForeground windowTitleContains="Google Maps"/>
<listenFor>zoom in</listenFor>
<mouse button="left" command="scroll" scrollDirection="up" position="830,582" />
</command>
<command>
<appIsInForeground windowTitleContains="Google Maps"/>
<listenFor>zoom out</listenFor>
<mouse button="left" command="scroll" scrollDirection="down" position="830,582" />
</command>
<command>
<listenFor>select ?the first three paragraphs</listenFor>
<mouse button="left" command="click" position="238,296" />
<waitFor seconds="0.05" />
<mouse button="left" command="click" position="238,296" />
<waitFor seconds="0.05" />
<mouse button="left" command="click" position="238,296" />
<waitFor seconds="0.05" />
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Gmail - Compose Mail"/>
<listenFor>myself</listenFor>
<insertText>akshatsavita19@gmail.com</insertText>
</command>
<command>
<appIsInForeground windowTitleContains="Google Docs"/>
<listenFor>insert comment</listenFor>
<listenFor>add comment</listenFor>
<sendKeys>{{CTRL}}{{ALT}}m</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Google Docs"/>
<listenFor>done</listenFor>
<listenFor>comment</listenFor>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<listenFor>show ?me train times</listenFor>
<listenFor>check train times</listenFor>
<run command="https://etrain.info/in" />
</command>
<command>
<listenFor>?show ?me ?the train times from [...] to [....]</listenFor>
<listenFor>when's the next train from [...] to [....]</listenFor>
<run command="http://www.google.co.in" />
<sendKeys>{{CTRL}}{{SHIFT}}{TAB}</sendKeys>
<sendKeys>^w</sendKeys>
<waitFor seconds="0.2" />
<sendKeys>^t</sendKeys>
<insertText>https://etrain.info/in/service/timesandfares/{[...]}/{[....]}/today/</insertText>
<script language="JScript">
<![CDATA[
var date = new Date();
var hours = date.getHours();
var minutes = date.getMinutes();
Application.InsertText(hours);
Application.InsertText(minutes);
]]>
</script>
<insertText>/dep</insertText>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<listenFor>search ?google for [...]</listenFor>
<run command="http://www.google.com/search?q={[...]}" params=""/>
</command>
<command>
<listenFor>open face book</listenFor>
<listenFor>go to face book</listenFor>
<run command="http://www.facebook.com" />
</command>
<command>
<listenFor>search ?google ?maps for [...] near [....]</listenFor>
<listenFor>show me ?a [...] near [....]</listenFor>
<listenFor>find a [...] near [....]</listenFor>
<run command="http://maps.google.co.in/maps?q={[...]} near {[....]}" />
</command>
<command>
<listenFor>search ?google maps for [...] in [....]</listenFor>
<listenFor>show me ?a [...] in [....]</listenFor>
<listenFor>find a [...] in [....]</listenFor>
<run command="http://maps.google.co.in/maps?q={[...]} in {[....]}" />
</command>
<command>
<listenFor>find the nearest [...]</listenFor>
<run command="http://maps.google.co.in/maps?q={[...]} in sadulpur" />
</command>
<command>
<listenFor>open cracked</listenFor>
<listenFor>go to cracked</listenFor>
<run command="http://www.cracked.com"/>
</command>
<command>
<listenFor>open gmail</listenFor>
<listenFor>go to gmail</listenFor>
<listenFor>check ?my email</listenFor>
<listenFor>check ?my gmail</listenFor>
<listenFor>show ?my gmail</listenFor>
<run command="http://www.gmail.com"/>
</command>
<command>
<listenFor>open tumbler</listenFor>
<listenFor>go to tumbler</listenFor>
<run command="http://www.tumblr.com"/>
</command>
<command>
<listenFor>open blogger</listenFor>
<listenFor>go to blogger</listenFor>
<run command="http://www.blogger.com"/>
</command>
<command>
<listenFor>search You Tube for [...]</listenFor>
<run command="http://www.google.co.in" />
<waitFor seconds="0.2" />
<sendKeys>^t</sendKeys>
<sendKeys>{{CTRL}}{{SHIFT}}{TAB}</sendKeys>
<sendKeys>^w</sendKeys>
<insertText>youtube.com</insertText>
<sendKeys>{TAB}</sendKeys>
<insertText>{[...]}</insertText>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<listenFor>who was [...]</listenFor>
<listenFor>who is [...]</listenFor>
<listenFor>what is [...]</listenFor>
<listenFor>search wiki ?pedia for [...]</listenFor>
<run command="http://www.google.co.in" />
<waitFor seconds="0.2" />
<sendKeys>^t</sendKeys>
<sendKeys>{{CTRL}}{{SHIFT}}{TAB}</sendKeys>
<sendKeys>^w</sendKeys>
<insertText>wikipedia.org</insertText>
<sendKeys>{TAB}</sendKeys>
<insertText>{[...]}</insertText>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="YouTube"/>
<listenFor>Play ?video</listenFor>
<listenFor>Pause ?video</listenFor>
<sendKeys>{{WIN}}{UP}</sendKeys>
<mouse button="left" command="click" position="415,347" />
</command>
<command>
<listenFor>open ?my ?google calendar</listenFor>
<listenFor>go to ?my ?google calendar</listenFor>
<listenFor>show ?my ?google calendar</listenFor>
<listenFor>show ?my appointments</listenFor>
<listenFor>show ?my events</listenFor>
<listenFor>show ?my tasks</listenFor>
<listenFor>show ?my to do list</listenFor>
<listenFor>go to ?my appointments</listenFor>
<listenFor>go to ?my events</listenFor>
<listenFor>go to ?my tasks</listenFor>
<listenFor>go to ?my to do list</listenFor>
<listenFor>open ?my appointments</listenFor>
<listenFor>open ?my events</listenFor>
<listenFor>open ?my tasks</listenFor>
<listenFor>open ?my to do list</listenFor>
<listenFor>?show ?me what I have to do</listenFor>
<listenFor>?show ?me what I have on</listenFor>
<listenFor>show me my schedule</listenFor>
<listenFor>what am I doing today</listenFor>
<listenFor>what time ?is ?are ?my lectures ?today</listenFor>
<listenFor>when are ?my lectures ?today</listenFor>
<run command="http://www.google.com/calendar"/>
</command>
<command>
<listenFor>open google documents</listenFor>
<listenFor>go to google documents</listenFor>
<run command="http://www.google.com/documents"/>
</command>
<command>
<listenFor>open ?google maps</listenFor>
<listenFor>go to ?google maps</listenFor>
<run command="http://www.google.co.in/maps"/>
</command>
<command>
<listenFor>open you tube</listenFor>
<listenFor>go to you tube</listenFor>
<run command="http://www.youtube.com"/>
</command>
<command>
<listenFor>open moodle</listenFor>
<listenFor>go to moodle</listenFor>
<run command="http://www.moodle.rhul.ac.uk"/>
</command>
<command>
<appIsInForeground windowTitleContains = "RHUL Moodle" />
<listenFor>Log ?me in</listenFor>
<sendKeys>{{WIN}}{UP}</sendKeys>
<waitFor seconds="0.5" />
<mouse button="left" command="click" position="1243,106" />
<waitFor seconds="1.5" />
<mouse button ="left" command="click" position="429,342" />
</command>
<command>
<listenFor>open I player</listenFor>
<listenFor>go to I player</listenFor>
<run command="https://aajtak.intoday.in/"/>
</command>
<command>
<listenFor>show me the news</listenFor>
<listenFor>open the news</listenFor>
<listenFor>show news</listenFor>
<listenFor>open news</listenFor>
<run command="https://aajtak.intoday.in/livetv/"/>
</command>
<command>
<listenFor>show me more ?of ?the news</listenFor>
<listenFor>open more ?of ?the news</listenFor>
<listenFor>show more news</listenFor>
<listenFor>open more news</listenFor>
<run command="http://www.google.co.in/news"/>
</command>
<command>
<listenFor>go to the register</listenFor>
<listenFor>open the register</listenFor>
<run command="http://www.theregister.co.uk"/>
</command>
<command>
<listenFor>open wikipedia</listenFor>
<listenFor>go to wikipedia</listenFor>
<listenFor>open wiki</listenFor>
<listenFor>go to wiki</listenFor>
<run command="http://www.wikipedia.com"/>
</command>
<command>
<listenFor>browse to [...]</listenFor>
<run command="http://www.{[...]}"/>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>Bookmark this</listenFor>
<sendKeys>^d</sendKeys>
<waitFor seconds="0.2" />
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>?Show ?Hide Notifications</listenFor>
<mouse button="left" command="click" position="208,79" />
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>?Show ?Hide Messages</listenFor>
<mouse button="left" command="click" position="187,79" />
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>?Show ?go ?to ?my profile</listenFor>
<sendKeys>{{ALT}}2</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>?send ?a new message</listenFor>
<sendKeys>{{ALT}}m</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>update ?my status</listenFor>
<mouse button="left" command="click" position="308,126" />
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>post ?status</listenFor>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>shut tab</listenFor>
<sendKeys>^w</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?show ?display history</listenFor>
<sendKeys>^h</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>next tab</listenFor>
<sendKeys>{{CTRL}}{TAB}</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>previous tab</listenFor>
<sendKeys>{{CTRL}}{{SHIFT}}{TAB}</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>u r l</listenFor>
<listenFor>address bar</listenFor>
<sendKeys>^l</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab one</listenFor>
<sendKeys>^1</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab two</listenFor>
<sendKeys>^2</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab three</listenFor>
<sendKeys>^3</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab four</listenFor>
<sendKeys>^4</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab five</listenFor>
<sendKeys>^5</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab six</listenFor>
<sendKeys>^6</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab seven</listenFor>
<sendKeys>^7</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab eight</listenFor>
<sendKeys>^8</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab nine</listenFor>
<listenFor>?switch ?go ?to last tab</listenFor>
<sendKeys>^9</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>new tab</listenFor>
<sendKeys>^t</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>reload ?the ?that ?page ?site</listenFor>
<listenFor>refresh ?the ?that ?page ?site</listenFor>
<sendKeys>^r</sendKeys>
</command>
<command>
<listenFor>question [...]</listenFor>
<run command="http://www.wolframalpha.com/input/?i={[...]}" />
<waitFor seconds="0.5" />
<sendKeys>{{WIN}}{LEFT}</sendKeys>
<sendKeys>^n</sendKeys>
<run command="http://www.google.com/search?q={[...]}" />
<waitFor seconds="0.5" />
<sendKeys>{{WIN}}{RIGHT}</sendKeys>
</command>
<command>
<appIsRunning windowTitleContains="Google Search" />
<appIsRunning windowTitleContains="Wolfram|Alpha" />
<listenFor>?that's ?good ?great ?brilliant Thank You</listenFor>
<listenFor>Good to know</listenFor>
<switchToApp windowTitleContains="Google Search" />
<emulateRecognition>close window</emulateRecognition>
<switchToApp windowTitleContains="Wolfram|Alpha" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<sendKeys>^w</sendKeys>
<setState name="answers" value="no" />
<speak>You're welcome.</speak>
</command>
<command>
<appIsRunning windowTitleContains="Google Search" />
<appIsRunning windowTitleContains="Wolfram|Alpha" />
<listenFor>?sorry ?no ?that's not ?quite what I was looking for</listenFor>
<listenFor>?sorry ?no ?that's not ?quite what I wanted</listenFor>
<listenFor>?sorry that's ?clearly ?obviously ?evidently not right</listenFor>
<listenFor>?sorry ?no that's wrong</listenFor>
<listenFor>not quite</listenFor>
<switchToApp windowTitleContains="Google Search" />
<emulateRecognition>close window</emulateRecognition>
<switchToApp windowTitleContains="Wolfram|Alpha" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<sendKeys>^w</sendKeys>
<setState name="answers" value="no" />
<speak>I'm sorry. Please try again.</speak>
</command>
<command>
<appIsRunning windowTitleContains="Google Search" />
<appIsRunning windowTitleContains="Wolfram|Alpha" />
<listenFor>shut ?the wolfram ?alpha ?results ?page</listenFor>
<listenFor>?just ?keep ?show ?me ?the google ?results ?page</listenFor>
<switchToApp windowTitleContains="Wolfram|Alpha" />
<sendKeys>^w</sendKeys>
<sendKeys>{{WIN}}{DOWN}</sendKeys>
<switchToApp windowTitleContains="Google Search" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<speak>All yours</speak>
</command>
<command>
<appIsRunning windowTitleContains="Google Search" />
<appIsRunning windowTitleContains="Wolfram|Alpha" />
<listenFor>shut ?the google ?results ?page</listenFor>
<listenFor>?just ?keep ?show ?me ?the wolfram ?alpha ?results ?page</listenFor>
<switchToApp windowTitleContains="Google Search" />
<emulateRecognition>close window</emulateRecognition>
<switchToApp windowTitleContains="Wolfram|Alpha" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<speak>All yours</speak>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>new email</listenFor>
<listenFor>new message</listenFor>
<listenFor>compose ?a ?an ?new email</listenFor>
<listenFor>send ?a ?an ?new email</listenFor>
<listenFor>write ?a ?an ?new email</listenFor>
<sendKeys>c</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>search emails</listenFor>
<sendKeys>/</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>add ?email ?message ?that to tasks</listenFor>
<listenFor>remind me about that ?message ?email</listenFor>
<listenFor>set ?a reminder ?about ?for ?that ?message ?email</listenFor>
<sendKeys>x</sendKeys>
<sendKeys>{{SHIFT}}t</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>next message</listenFor>
<listenFor>next email</listenFor>
<listenFor>move down</listenFor>
<sendKeys>j</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>previous message</listenFor>
<listenFor>previous email</listenFor>
<listenFor>move up</listenFor>
<sendKeys>k</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>?switch ?show ?back ?to inbox</listenFor>
<sendKeys>u</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - Inbox" />
<listenFor>open ?email</listenFor>
<listenFor>read email</listenFor>
<listenFor>show email</listenFor>
<listenFor>show message</listenFor>
<listenFor>open message</listenFor>
<listenFor>read messagel</listenFor>
<sendKeys>o</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>archive ?message ?email ?this ?that</listenFor>
<sendKeys>e</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - Inbox" />
<listenFor>Select message</listenFor>
<listenFor>deselect message</listenFor>
<listenFor>unselect message</listenFor>
<listenFor>tick message</listenFor>
<listenFor>untick message</listenFor>
<listenFor>Select email</listenFor>
<listenFor>deselect email</listenFor>
<listenFor>unselect email</listenFor>
<listenFor>tick email</listenFor>
<listenFor>untick email</listenFor>
<sendKeys>x</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>mark ?this ?that ?message ?email ?as important</listenFor>
<listenFor>star ?message ?email</listenFor>
<sendKeys>s</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>?send ?write ?compose ?a reply</listenFor>
<sendKeys>r</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>?send ?write ?compose ?a reply to all</listenFor>
<sendKeys>a</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>save ?draft</listenFor>
<sendKeys>^s</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>delete ?message ?email</listenFor>
<listenFor>send to trash</listenFor>
<sendKeys>#</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>mark ?message ?email as red</listenFor>
<sendKeys>+i</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>mark ?message ?email as unread</listenFor>
<sendKeys>+u</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>undo ?that</listenFor>
<sendKeys>z</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail -" />
<listenFor>discard ?email ?message</listenFor>
<insertText>Discarding...</insertText>
<sendKeys>{ESC}</sendKeys>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>send</listenFor>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>back to inbox</listenFor>
<sendKeys>g</sendKeys>
<sendKeys>i</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?make ?schedule ?a new event</listenFor>
<sendKeys>c</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>undo ?that</listenFor>
<sendKeys>z</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?show ?me previous date</listenFor>
<listenFor>?show ?me older</listenFor>
<listenFor>?show ?me yesterday</listenFor>
<listenFor>?show ?me last week</listenFor>
<listenFor>?show ?me last month</listenFor>
<sendKeys>p</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?show ?me next date</listenFor>
<listenFor>?show ?me newer</listenFor>
<listenFor>?show ?me tomorrow</listenFor>
<listenFor>?show ?me next week</listenFor>
<listenFor>?show ?me next month</listenFor>
<sendKeys>n</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?just show me that day</listenFor>
<listenFor>day view</listenFor>
<listenFor>view day</listenFor>
<sendKeys>1</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?just ?show ?me ?that ?the week</listenFor>
<listenFor>?just show me that week</listenFor>
<listenFor>week view</listenFor>
<listenFor>view week</listenFor>
<sendKeys>2</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?just ?show ?me ?that ?the month</listenFor>
<listenFor>?just show me that month</listenFor>
<listenFor>month view</listenFor>
<listenFor>view month</listenFor>
<sendKeys>3</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?just ?show ?me ?the agenda</listenFor>
<listenFor>agenda view</listenFor>
<listenFor>view agenda</listenFor>
<sendKeys>5</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>save ?event</listenFor>
<sendKeys>{ALT}</sendKeys>
<sendKeys>s</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?show ?me today</listenFor>
<sendKeys>t</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>done</listenFor>
<mouse button="left" command="click" position="1258,282" />
</command>
<command priority="2">
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?make ?a new task</listenFor>
<mouse button="left" command="click" position="1163,977" />
</command>
<command priority="1">
<listenFor>?make ?a new task</listenFor>
<run command="http://www.google.com/calendar" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<waitFor seconds="3.0"/>
<mouse button="left" command="click" position="1163,977" />
</command>
</speechMacros>
You should visit my other two blogger site....
To see the same you should click on the link given below.......
https://akshatmaheshwari19.blogspot.com/2020/04/xml-code-for-window-speech-recognition.html#more
Visit this blogger site to get updates Computer Sphere .....
Recently Examples of C Language for Practice are being uploaded.....
https://computerstudypoint0.blogspot.com/
In this blog I am going to give you a source code which you can copy and then paste it in your Windows speech Recognition Macros. Hope you will like it.......
Just copy it and paste in the xml option....
I am changing the font so that it will help you distinguishing the source code...
You should visit my other two blogger site....
To see the same you should click on the link given below.......
https://akshatmaheshwari19.blogspot.com/2020/04/xml-code-for-window-speech-recognition.html#more
Visit this blogger site to get updates Computer Sphere .....
Recently Examples of C Language for Practice are being uploaded.....
https://computerstudypoint0.blogspot.com/
<speechMacros>
<command>
<appIsInForeground windowTitleContains="Google Maps"/>
<listenFor>show map ?style ?image ?pictures</listenFor>
<listenFor>use map ?style ?image ?pictures</listenFor>
<listenFor>show satellite ?style ?image ?pictures</listenFor>
<listenFor>use satellite ?style ?image ?pictures</listenFor>
<mouse button="left" command="click" position="1230,200" />
</command>
<command>
<appIsInForeground windowTitleContains="Google Maps"/>
<listenFor>go to street view</listenFor>
<listenFor>show street view</listenFor>
<mouse button="left" command="click" position="1272,171" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.05" />
<sendKeys>=</sendKeys>
<waitFor seconds="0.5" />
<sendKeys>=</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Gmail - Compose Mail"/>
<listenFor>start message</listenFor>
<mouse button="left" command="click" position="215,400" />
</command>
<command>
<appIsInForeground windowTitleContains="Google Maps"/>
<listenFor>zoom in</listenFor>
<mouse button="left" command="scroll" scrollDirection="up" position="830,582" />
</command>
<command>
<appIsInForeground windowTitleContains="Google Maps"/>
<listenFor>zoom out</listenFor>
<mouse button="left" command="scroll" scrollDirection="down" position="830,582" />
</command>
<command>
<listenFor>select ?the first three paragraphs</listenFor>
<mouse button="left" command="click" position="238,296" />
<waitFor seconds="0.05" />
<mouse button="left" command="click" position="238,296" />
<waitFor seconds="0.05" />
<mouse button="left" command="click" position="238,296" />
<waitFor seconds="0.05" />
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
<sendKeys>{{SHIFT}}{DOWN}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Gmail - Compose Mail"/>
<listenFor>myself</listenFor>
<insertText>akshatsavita19@gmail.com</insertText>
</command>
<command>
<appIsInForeground windowTitleContains="Google Docs"/>
<listenFor>insert comment</listenFor>
<listenFor>add comment</listenFor>
<sendKeys>{{CTRL}}{{ALT}}m</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Google Docs"/>
<listenFor>done</listenFor>
<listenFor>comment</listenFor>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<listenFor>show ?me train times</listenFor>
<listenFor>check train times</listenFor>
<run command="https://etrain.info/in" />
</command>
<command>
<listenFor>?show ?me ?the train times from [...] to [....]</listenFor>
<listenFor>when's the next train from [...] to [....]</listenFor>
<run command="http://www.google.co.in" />
<sendKeys>{{CTRL}}{{SHIFT}}{TAB}</sendKeys>
<sendKeys>^w</sendKeys>
<waitFor seconds="0.2" />
<sendKeys>^t</sendKeys>
<insertText>https://etrain.info/in/service/timesandfares/{[...]}/{[....]}/today/</insertText>
<script language="JScript">
<![CDATA[
var date = new Date();
var hours = date.getHours();
var minutes = date.getMinutes();
Application.InsertText(hours);
Application.InsertText(minutes);
]]>
</script>
<insertText>/dep</insertText>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<listenFor>search ?google for [...]</listenFor>
<run command="http://www.google.com/search?q={[...]}" params=""/>
</command>
<command>
<listenFor>open face book</listenFor>
<listenFor>go to face book</listenFor>
<run command="http://www.facebook.com" />
</command>
<command>
<listenFor>search ?google ?maps for [...] near [....]</listenFor>
<listenFor>show me ?a [...] near [....]</listenFor>
<listenFor>find a [...] near [....]</listenFor>
<run command="http://maps.google.co.in/maps?q={[...]} near {[....]}" />
</command>
<command>
<listenFor>search ?google maps for [...] in [....]</listenFor>
<listenFor>show me ?a [...] in [....]</listenFor>
<listenFor>find a [...] in [....]</listenFor>
<run command="http://maps.google.co.in/maps?q={[...]} in {[....]}" />
</command>
<command>
<listenFor>find the nearest [...]</listenFor>
<run command="http://maps.google.co.in/maps?q={[...]} in sadulpur" />
</command>
<command>
<listenFor>open cracked</listenFor>
<listenFor>go to cracked</listenFor>
<run command="http://www.cracked.com"/>
</command>
<command>
<listenFor>open gmail</listenFor>
<listenFor>go to gmail</listenFor>
<listenFor>check ?my email</listenFor>
<listenFor>check ?my gmail</listenFor>
<listenFor>show ?my gmail</listenFor>
<run command="http://www.gmail.com"/>
</command>
<command>
<listenFor>open tumbler</listenFor>
<listenFor>go to tumbler</listenFor>
<run command="http://www.tumblr.com"/>
</command>
<command>
<listenFor>open blogger</listenFor>
<listenFor>go to blogger</listenFor>
<run command="http://www.blogger.com"/>
</command>
<command>
<listenFor>search You Tube for [...]</listenFor>
<run command="http://www.google.co.in" />
<waitFor seconds="0.2" />
<sendKeys>^t</sendKeys>
<sendKeys>{{CTRL}}{{SHIFT}}{TAB}</sendKeys>
<sendKeys>^w</sendKeys>
<insertText>youtube.com</insertText>
<sendKeys>{TAB}</sendKeys>
<insertText>{[...]}</insertText>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<listenFor>who was [...]</listenFor>
<listenFor>who is [...]</listenFor>
<listenFor>what is [...]</listenFor>
<listenFor>search wiki ?pedia for [...]</listenFor>
<run command="http://www.google.co.in" />
<waitFor seconds="0.2" />
<sendKeys>^t</sendKeys>
<sendKeys>{{CTRL}}{{SHIFT}}{TAB}</sendKeys>
<sendKeys>^w</sendKeys>
<insertText>wikipedia.org</insertText>
<sendKeys>{TAB}</sendKeys>
<insertText>{[...]}</insertText>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="YouTube"/>
<listenFor>Play ?video</listenFor>
<listenFor>Pause ?video</listenFor>
<sendKeys>{{WIN}}{UP}</sendKeys>
<mouse button="left" command="click" position="415,347" />
</command>
<command>
<listenFor>open ?my ?google calendar</listenFor>
<listenFor>go to ?my ?google calendar</listenFor>
<listenFor>show ?my ?google calendar</listenFor>
<listenFor>show ?my appointments</listenFor>
<listenFor>show ?my events</listenFor>
<listenFor>show ?my tasks</listenFor>
<listenFor>show ?my to do list</listenFor>
<listenFor>go to ?my appointments</listenFor>
<listenFor>go to ?my events</listenFor>
<listenFor>go to ?my tasks</listenFor>
<listenFor>go to ?my to do list</listenFor>
<listenFor>open ?my appointments</listenFor>
<listenFor>open ?my events</listenFor>
<listenFor>open ?my tasks</listenFor>
<listenFor>open ?my to do list</listenFor>
<listenFor>?show ?me what I have to do</listenFor>
<listenFor>?show ?me what I have on</listenFor>
<listenFor>show me my schedule</listenFor>
<listenFor>what am I doing today</listenFor>
<listenFor>what time ?is ?are ?my lectures ?today</listenFor>
<listenFor>when are ?my lectures ?today</listenFor>
<run command="http://www.google.com/calendar"/>
</command>
<command>
<listenFor>open google documents</listenFor>
<listenFor>go to google documents</listenFor>
<run command="http://www.google.com/documents"/>
</command>
<command>
<listenFor>open ?google maps</listenFor>
<listenFor>go to ?google maps</listenFor>
<run command="http://www.google.co.in/maps"/>
</command>
<command>
<listenFor>open you tube</listenFor>
<listenFor>go to you tube</listenFor>
<run command="http://www.youtube.com"/>
</command>
<command>
<listenFor>open moodle</listenFor>
<listenFor>go to moodle</listenFor>
<run command="http://www.moodle.rhul.ac.uk"/>
</command>
<command>
<appIsInForeground windowTitleContains = "RHUL Moodle" />
<listenFor>Log ?me in</listenFor>
<sendKeys>{{WIN}}{UP}</sendKeys>
<waitFor seconds="0.5" />
<mouse button="left" command="click" position="1243,106" />
<waitFor seconds="1.5" />
<mouse button ="left" command="click" position="429,342" />
</command>
<command>
<listenFor>open I player</listenFor>
<listenFor>go to I player</listenFor>
<run command="https://aajtak.intoday.in/"/>
</command>
<command>
<listenFor>show me the news</listenFor>
<listenFor>open the news</listenFor>
<listenFor>show news</listenFor>
<listenFor>open news</listenFor>
<run command="https://aajtak.intoday.in/livetv/"/>
</command>
<command>
<listenFor>show me more ?of ?the news</listenFor>
<listenFor>open more ?of ?the news</listenFor>
<listenFor>show more news</listenFor>
<listenFor>open more news</listenFor>
<run command="http://www.google.co.in/news"/>
</command>
<command>
<listenFor>go to the register</listenFor>
<listenFor>open the register</listenFor>
<run command="http://www.theregister.co.uk"/>
</command>
<command>
<listenFor>open wikipedia</listenFor>
<listenFor>go to wikipedia</listenFor>
<listenFor>open wiki</listenFor>
<listenFor>go to wiki</listenFor>
<run command="http://www.wikipedia.com"/>
</command>
<command>
<listenFor>browse to [...]</listenFor>
<run command="http://www.{[...]}"/>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>Bookmark this</listenFor>
<sendKeys>^d</sendKeys>
<waitFor seconds="0.2" />
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>?Show ?Hide Notifications</listenFor>
<mouse button="left" command="click" position="208,79" />
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>?Show ?Hide Messages</listenFor>
<mouse button="left" command="click" position="187,79" />
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>?Show ?go ?to ?my profile</listenFor>
<sendKeys>{{ALT}}2</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>?send ?a new message</listenFor>
<sendKeys>{{ALT}}m</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>update ?my status</listenFor>
<mouse button="left" command="click" position="308,126" />
</command>
<command>
<appIsInForeground windowTitleContains="Facebook" />
<listenFor>post ?status</listenFor>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>shut tab</listenFor>
<sendKeys>^w</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?show ?display history</listenFor>
<sendKeys>^h</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>next tab</listenFor>
<sendKeys>{{CTRL}}{TAB}</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>previous tab</listenFor>
<sendKeys>{{CTRL}}{{SHIFT}}{TAB}</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>u r l</listenFor>
<listenFor>address bar</listenFor>
<sendKeys>^l</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab one</listenFor>
<sendKeys>^1</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab two</listenFor>
<sendKeys>^2</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab three</listenFor>
<sendKeys>^3</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab four</listenFor>
<sendKeys>^4</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab five</listenFor>
<sendKeys>^5</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab six</listenFor>
<sendKeys>^6</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab seven</listenFor>
<sendKeys>^7</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab eight</listenFor>
<sendKeys>^8</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>?switch ?go ?to tab nine</listenFor>
<listenFor>?switch ?go ?to last tab</listenFor>
<sendKeys>^9</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>new tab</listenFor>
<sendKeys>^t</sendKeys>
</command>
<command>
<appIsInForeground processName = "CHROME.EXE" />
<listenFor>reload ?the ?that ?page ?site</listenFor>
<listenFor>refresh ?the ?that ?page ?site</listenFor>
<sendKeys>^r</sendKeys>
</command>
<command>
<listenFor>question [...]</listenFor>
<run command="http://www.wolframalpha.com/input/?i={[...]}" />
<waitFor seconds="0.5" />
<sendKeys>{{WIN}}{LEFT}</sendKeys>
<sendKeys>^n</sendKeys>
<run command="http://www.google.com/search?q={[...]}" />
<waitFor seconds="0.5" />
<sendKeys>{{WIN}}{RIGHT}</sendKeys>
</command>
<command>
<appIsRunning windowTitleContains="Google Search" />
<appIsRunning windowTitleContains="Wolfram|Alpha" />
<listenFor>?that's ?good ?great ?brilliant Thank You</listenFor>
<listenFor>Good to know</listenFor>
<switchToApp windowTitleContains="Google Search" />
<emulateRecognition>close window</emulateRecognition>
<switchToApp windowTitleContains="Wolfram|Alpha" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<sendKeys>^w</sendKeys>
<setState name="answers" value="no" />
<speak>You're welcome.</speak>
</command>
<command>
<appIsRunning windowTitleContains="Google Search" />
<appIsRunning windowTitleContains="Wolfram|Alpha" />
<listenFor>?sorry ?no ?that's not ?quite what I was looking for</listenFor>
<listenFor>?sorry ?no ?that's not ?quite what I wanted</listenFor>
<listenFor>?sorry that's ?clearly ?obviously ?evidently not right</listenFor>
<listenFor>?sorry ?no that's wrong</listenFor>
<listenFor>not quite</listenFor>
<switchToApp windowTitleContains="Google Search" />
<emulateRecognition>close window</emulateRecognition>
<switchToApp windowTitleContains="Wolfram|Alpha" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<sendKeys>^w</sendKeys>
<setState name="answers" value="no" />
<speak>I'm sorry. Please try again.</speak>
</command>
<command>
<appIsRunning windowTitleContains="Google Search" />
<appIsRunning windowTitleContains="Wolfram|Alpha" />
<listenFor>shut ?the wolfram ?alpha ?results ?page</listenFor>
<listenFor>?just ?keep ?show ?me ?the google ?results ?page</listenFor>
<switchToApp windowTitleContains="Wolfram|Alpha" />
<sendKeys>^w</sendKeys>
<sendKeys>{{WIN}}{DOWN}</sendKeys>
<switchToApp windowTitleContains="Google Search" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<speak>All yours</speak>
</command>
<command>
<appIsRunning windowTitleContains="Google Search" />
<appIsRunning windowTitleContains="Wolfram|Alpha" />
<listenFor>shut ?the google ?results ?page</listenFor>
<listenFor>?just ?keep ?show ?me ?the wolfram ?alpha ?results ?page</listenFor>
<switchToApp windowTitleContains="Google Search" />
<emulateRecognition>close window</emulateRecognition>
<switchToApp windowTitleContains="Wolfram|Alpha" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<speak>All yours</speak>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>new email</listenFor>
<listenFor>new message</listenFor>
<listenFor>compose ?a ?an ?new email</listenFor>
<listenFor>send ?a ?an ?new email</listenFor>
<listenFor>write ?a ?an ?new email</listenFor>
<sendKeys>c</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>search emails</listenFor>
<sendKeys>/</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>add ?email ?message ?that to tasks</listenFor>
<listenFor>remind me about that ?message ?email</listenFor>
<listenFor>set ?a reminder ?about ?for ?that ?message ?email</listenFor>
<sendKeys>x</sendKeys>
<sendKeys>{{SHIFT}}t</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>next message</listenFor>
<listenFor>next email</listenFor>
<listenFor>move down</listenFor>
<sendKeys>j</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>previous message</listenFor>
<listenFor>previous email</listenFor>
<listenFor>move up</listenFor>
<sendKeys>k</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>?switch ?show ?back ?to inbox</listenFor>
<sendKeys>u</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - Inbox" />
<listenFor>open ?email</listenFor>
<listenFor>read email</listenFor>
<listenFor>show email</listenFor>
<listenFor>show message</listenFor>
<listenFor>open message</listenFor>
<listenFor>read messagel</listenFor>
<sendKeys>o</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>archive ?message ?email ?this ?that</listenFor>
<sendKeys>e</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - Inbox" />
<listenFor>Select message</listenFor>
<listenFor>deselect message</listenFor>
<listenFor>unselect message</listenFor>
<listenFor>tick message</listenFor>
<listenFor>untick message</listenFor>
<listenFor>Select email</listenFor>
<listenFor>deselect email</listenFor>
<listenFor>unselect email</listenFor>
<listenFor>tick email</listenFor>
<listenFor>untick email</listenFor>
<sendKeys>x</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>mark ?this ?that ?message ?email ?as important</listenFor>
<listenFor>star ?message ?email</listenFor>
<sendKeys>s</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>?send ?write ?compose ?a reply</listenFor>
<sendKeys>r</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>?send ?write ?compose ?a reply to all</listenFor>
<sendKeys>a</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>save ?draft</listenFor>
<sendKeys>^s</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>delete ?message ?email</listenFor>
<listenFor>send to trash</listenFor>
<sendKeys>#</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>mark ?message ?email as red</listenFor>
<sendKeys>+i</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>mark ?message ?email as unread</listenFor>
<sendKeys>+u</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>undo ?that</listenFor>
<sendKeys>z</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail -" />
<listenFor>discard ?email ?message</listenFor>
<insertText>Discarding...</insertText>
<sendKeys>{ESC}</sendKeys>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>send</listenFor>
<sendKeys>{TAB}</sendKeys>
<sendKeys>{ENTER}</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Gmail - " />
<listenFor>back to inbox</listenFor>
<sendKeys>g</sendKeys>
<sendKeys>i</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?make ?schedule ?a new event</listenFor>
<sendKeys>c</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>undo ?that</listenFor>
<sendKeys>z</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?show ?me previous date</listenFor>
<listenFor>?show ?me older</listenFor>
<listenFor>?show ?me yesterday</listenFor>
<listenFor>?show ?me last week</listenFor>
<listenFor>?show ?me last month</listenFor>
<sendKeys>p</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?show ?me next date</listenFor>
<listenFor>?show ?me newer</listenFor>
<listenFor>?show ?me tomorrow</listenFor>
<listenFor>?show ?me next week</listenFor>
<listenFor>?show ?me next month</listenFor>
<sendKeys>n</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?just show me that day</listenFor>
<listenFor>day view</listenFor>
<listenFor>view day</listenFor>
<sendKeys>1</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?just ?show ?me ?that ?the week</listenFor>
<listenFor>?just show me that week</listenFor>
<listenFor>week view</listenFor>
<listenFor>view week</listenFor>
<sendKeys>2</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?just ?show ?me ?that ?the month</listenFor>
<listenFor>?just show me that month</listenFor>
<listenFor>month view</listenFor>
<listenFor>view month</listenFor>
<sendKeys>3</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?just ?show ?me ?the agenda</listenFor>
<listenFor>agenda view</listenFor>
<listenFor>view agenda</listenFor>
<sendKeys>5</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>save ?event</listenFor>
<sendKeys>{ALT}</sendKeys>
<sendKeys>s</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?show ?me today</listenFor>
<sendKeys>t</sendKeys>
</command>
<command>
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>done</listenFor>
<mouse button="left" command="click" position="1258,282" />
</command>
<command priority="2">
<appIsInForeground windowTitleContains = "Google Calendar" />
<listenFor>?make ?a new task</listenFor>
<mouse button="left" command="click" position="1163,977" />
</command>
<command priority="1">
<listenFor>?make ?a new task</listenFor>
<run command="http://www.google.com/calendar" />
<sendKeys>{{WIN}}{UP}</sendKeys>
<waitFor seconds="3.0"/>
<mouse button="left" command="click" position="1163,977" />
</command>
</speechMacros>
You should visit my other two blogger site....
To see the same you should click on the link given below.......
https://akshatmaheshwari19.blogspot.com/2020/04/xml-code-for-window-speech-recognition.html#more
Visit this blogger site to get updates Computer Sphere .....
Recently Examples of C Language for Practice are being uploaded.....
https://computerstudypoint0.blogspot.com/
No comments:
Post a Comment