Hi,
Do you guys know how could I simulate a click on the microphone image from a x-webkit-speech input? For example, the microphone inside google´s search input text...
In my code I have the microphone image and the input separated:
I want to simulate the click in the first input "speechInput1", with any key from the keyboard... for example I press the key ESC and the microphone is "clicked" and than I can speak...
I´ve tried with javascript, and even jquery, but the only action I can do with it is to focus...
thanks!