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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -