M
M
Maxim Mymrin2019-08-28 11:38:24
Browsers
Maxim Mymrin, 2019-08-28 11:38:24

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

1 answer(s)
M
Maxim Mymrin, 2019-08-28
@reifwp

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 question

Ask a Question

731 491 924 answers to any question