Jump to content

window


Recommended Posts

A very simplified way of doing it would be to activate the window and send alt+h if that is the special key to access that menu. Use the AutoIT window info tool and have the menu bar highlighted, and it will tell you what the "hotkey" by a &. For example &help means h is the hotkey and h&elp means e is the hotkey.

WinActivate("window name")
WinWaitActive("window name")
Send("!h")
Sleep(500)
;code from there
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...