Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bray90820

Pages: 1 [2]
16
Tutorials / Re: Ordering Actions
« on: June 01, 2017, 06:35:41 AM »
Actually Text input works if I have the a text editor in focus but that doesn't really answer my original question about how to do one action after a command part   

17
Tutorials / Re: Ordering Actions
« on: June 01, 2017, 05:53:51 AM »
Here is my code and it's not the same channel it's a different channel eventually I am gonna turn this into a TV guide but this is a test case just to figure out how to organize actions

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.3.5-->
<command id="713" name="type (dication)" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Launch.CMD</cmdType>
    <params>
      <param>cd C:/Users/Aaron/Alexa/Harmony/harmonyHubCLI &amp;&amp; sh C:\Users\Aaron\Desktop\ABC.sh</param>
      <param>{0}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>SendKeys</cmdType>
    <params>
      <param>{1}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Launch.CMD</cmdType>
    <params>
      <param>cd C:/Users/Aaron/Alexa/Harmony/harmonyHubCLI &amp;&amp; sh C:\Users\Aaron\Desktop\NBC.sh</param>
      <param>{2}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>When is </phrase>
  <payloadDictation optional="true">payloadDictation: Regular</payloadDictation>
  <phrase optional="true">On, On Next, Showing Next, Playing Next</phrase>
</command>

18
Tutorials / Re: Ordering Actions
« on: June 01, 2017, 05:16:48 AM »
Sorry if I m not giving you the right information but my goal is to run a CMD command to change my Tv channel then use payloadDictation with sendkeys and a payload of one to enter text into a text file then run a CMD command to change my channel again

19
Tutorials / Ordering Actions
« on: June 01, 2017, 04:54:41 AM »
So I have searched all over and have not found an answer to this question. What I wanna do is first create an action then do a regular payload dictation then after the dictation is done run another action. Right now all that happens is both actions run at the same time after the voice dictation has completed

Pages: 1 [2]