So, I have a homescreen shortcut to a search field. Can I also somehow add the proper hotkey command to that shortcut so that it opens the keyboard AND starts voice recognition? Just will shorten the process and make it more seamless on my MiBox.
Sorry: Edit I should mention this is with SPMC!
I think I know how you would do it, but I don't know what command to use to initiate the "open voice search" key press. Maybe someone with more experience can answer that.
Here's how I would try to do it though. I use the Xonfluence skin, so that's what I will use as my exmaple:
Navigate to ~\com.semperpax.spmc16\files.spmc\addons\ and open your skin folder (ie. skin.xonfluence)
Navigate to the 720p folder and open Home.xml
Now do a search for "global search" and find where the button code is located.
After you find it, look for where it says:
You can run multiple <onclick> commands, so right under this line you could put another <onclick> command that initiates the voice search key press after first running the onclick command above.
Hopefully someone else knows how to initiate a key press through an OnClick command. I know that the IP button in the Global Search virtual keyboard opens the voice search, so maybe it's possible to create a command that automatically clicks that button. Not sure.