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.
Comments
Post a Comment