Menu is not implementedOriginally Posted by cdevelasco
It'll be in the next version
The commands in the INI file are the response to when it hears commands in the XML file.
Hello, I've played a litle with the program and LOVE it. I am using Road RUnner at the moment, and it seems to work fine. I'm just not sure what are all the commands available for road runner are (is there a list???). In any case I was hoping you could help me out. I want to be able to navigate through Road Runner through Voice command. I can get it to go to my play list though the "change to list" command. However is there a command to go back to the Main Menu page. If not, how exactly can I do this? is it through a macro? could you please help me out, I've read the XML, ini and Html file, but i'm sorry to say I'm still quite a bit confused. Basically how can I build a comand so Road runner will go back to the Main menu (opening page) whenever I say that command? Thank you Very much in advance
p.s. how exactly did you implement the "play", "stop", "next song" comands???, I see them in the xml file, but not in the ini.
Menu is not implementedOriginally Posted by cdevelasco
It'll be in the next version
The commands in the INI file are the response to when it hears commands in the XML file.
cool ca'nt wait for the next release then. Any way I can program the menu Item myself? using hte xml and ini???
thanks
You could if he had keyboard support.Originally Posted by cdevelasco
can't I do it using the
Do SETMOUSEPOS[X;Y] to set the mouse position
Do VK_LBUTTON to left click
commands. Say I am in the music playlist page, can I make a voice command that uses the SETMOUSE[X;Y] to place it over the button that takes you to the main page and then use the VK_LBUTTON to click the actual button and thats it, this would take me to the main menu. Is this possible? if so how?
thanks,
It's possible with the macros, BUT you would have to have the reutrn buttons be in the same place.Originally Posted by cdevelasco
thats no problem I can edit my skins to have the return button on the same place. OR I could just have a couple return button macros. 1 for the audio, one for gps, one for dvd etc. I just wanted to know if I could use macros to implement this function. Now I know i've been annoying enough.. buit could I bother you with a quick example of how to build such a macro?
thanks
There are a few macros in the INI fileOriginally Posted by cdevelasco
![]()
Ok well I've tried to make my own macro to push the return/go back button, but it doesn't do anything. I can see the navi voice console recognizes the command because it echos its number back. this is what I have in my xml file
<p val="307">go back</p>
and this is what I have in my ini file
program_close307=SETMOUSEPOS[760;543],VK_LBUTTON,^
did I set this up correctly?
thanks
No. change program_close307= to name307=. Also put it in the proper category.Originally Posted by cdevelasco
Bookmarks