Is the software buggy?
Posted: Wed Jun 06, 2018 11:26 pm
Hi there!
I used your calculator code as a template.Basically is the same thing.If Google home hears the phrase , it will execute the keyboard shortcut link to that word or phrase right?Sometimes when i say the phrase, the push to run software recognizes the phrase exactly but it still does not excecute it?Also its intermittent.Sometimes it works and sometimes not.Do you mind checking my VB script?
Commandline = Replace(Commandline," ","") ' remove spaces
CommandLine = UCASE(Commandline)
Commandline = Replace(Commandline,"DOG","A")
Commandline = Replace(Commandline,"SHIP","S")
Commandline = Replace(Commandline,"CAT","D")
Commandline = Replace(Commandline,"A","{A}") ' change the + key
Commandline = Replace(Commandline,"S","{S}") ' change the - key
Commandline = Replace(Commandline,"D","{D}") ' change the * key
I used your calculator code as a template.Basically is the same thing.If Google home hears the phrase , it will execute the keyboard shortcut link to that word or phrase right?Sometimes when i say the phrase, the push to run software recognizes the phrase exactly but it still does not excecute it?Also its intermittent.Sometimes it works and sometimes not.Do you mind checking my VB script?
Commandline = Replace(Commandline," ","") ' remove spaces
CommandLine = UCASE(Commandline)
Commandline = Replace(Commandline,"DOG","A")
Commandline = Replace(Commandline,"SHIP","S")
Commandline = Replace(Commandline,"CAT","D")
Commandline = Replace(Commandline,"A","{A}") ' change the + key
Commandline = Replace(Commandline,"S","{S}") ' change the - key
Commandline = Replace(Commandline,"D","{D}") ' change the * key