D4rk^S0ul Posted September 15, 2005 Posted September 15, 2005 (edited) Can any1 tell me if theres a way to get a hot key to run the func without it stopping the existing hotkey? e.g if u press f1 it still opens help and your function? Edited September 15, 2005 by D4rk^S0ul
Developers Jos Posted September 15, 2005 Developers Posted September 15, 2005 HotKeySet("{F1}", "RunHelp") ; While 1 Sleep(100) WEnd ; Func RunHelp() HotKeySet("{F1}") Send("{F1}") ; what ever else HotKeySet("{F1}", "RunHelp") EndFunc ;==>RunHelp 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.
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