autohotkey - How to send enter key when ever dialogue box is appears -


i new in autohotkey, how send enter key when ever dialogue box appears title of dialogue box "conversion" times dialog box may appears more once. possible ?

use au3_spy.exe autohotkey folder find correct title window.
use this:

settimer, closedialogue closedialogue:     winwait, title     winclose, title return 

and replace title correct title of window.

winclose
winwait


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -