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

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

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -