blub Posted April 25, 2006 Posted April 25, 2006 hi, i am trying to get a script running but it doesnt work -.- i want to press hotkey "A" and an action starts like pressing 2 times "A" and "space" in an active window. if u got a bit knowledge it would be nice if u help me THX
BigDod Posted April 25, 2006 Posted April 25, 2006 hi, i am trying to get a script running but it doesnt work -.-i want to press hotkey "A" and an action starts like pressing 2 times "A" and "space" in an active window.if u got a bit knowledge it would be nice if u help meTHXLookup HotKeySet and send in the help files, they will explain all you need to know. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Don N Posted April 25, 2006 Posted April 25, 2006 HotKeySet("SOME_BUTTON", "ACTION") ...other code.... Func ACTION() ....action code.... EndFunc this will execute the action function when SOME_BUTTON is pressed.....also a good example in the help files _____________________________________________________"some people live for the rules, I live for exceptions"Wallpaper Changer - Easily Change Your Windows Wallpaper
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