hefty Posted April 5, 2006 Posted April 5, 2006 When i press home nothing happens. HotKeySet("Home", "KillBull") Func KillBull() Send( "c" ) sleep( 5000 ) MouseClick ( "left", 385, 51, 2, 1 ) sleep( 5000 ) Send( "{SPACEBAR}" ) sleep( 5000 ) EndFunc
Developers Jos Posted April 5, 2006 Developers Posted April 5, 2006 "Home" should be "{Home}" .. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
GaryFrost Posted April 5, 2006 Posted April 5, 2006 might need a while loop also SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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