kforsey Posted May 18, 2005 Posted May 18, 2005 Could someone show me an example script of pressing the windows key or some key in order to open up the start menu. Thx
buzz44 Posted May 18, 2005 Posted May 18, 2005 Many ways of doing it... Send("{LWIN}") Send("^{ESC}") Opt("WinTitleMatchMode", 4) ControlClick("classname=Shell_TrayWnd", "", "Button1", "left") qq
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now