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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -