Answer the question
In order to leave comments, you need to log in
A way to launch Google voice search by hotkey?
Is there a way to run google voice search by hotkey? Maybe a plugin.
Answer the question
In order to leave comments, you need to log in
ahk found the script and added a mouse click. But it works every other time. Maybe it needs to be a little different? There seems to be an initial idea for the picture to find and click on it.
F3::
Run chrome.exe google.com
Sleep, 200
while (A_Cursor = "AppStarting" or A_Cursor = "Wait") ; Wait for browser to be ready (page loaded)
continue
Sleep, 200
while (A_Cursor = "AppStarting" or A_Cursor = "Wait") ; Wait for browser to be ready (page loaded)
continue
Sleep 1400
MouseClick, left, 1224, 438 ;
return
;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question