Jump to content

im new some help ls


andu
 Share

Recommended Posts

You wait for the new window that will pop-up using WinWaitActive and send "!n" for example to this new window.

Test it with notepad:

Run('notepad')
WinWaitActive('Untitled')
Send('123!{F4}')
Sleep(1000) ; Just before closing the window. Can be omitted
WinActivate('[REGEXPTITLE:^Notepad$]')
WinWaitActive('[REGEXPTITLE:^Notepad$]')
Send('!n')

Edit: Oh, forgive me.

You press Alt to see which character is underlined and use this instead.

If it's under the 'e' in 'Cancel' you send "!e".

Edited by Authenticity
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...