YXAndyYX Posted January 21, 2007 Posted January 21, 2007 Hey guys, I'm writing a program that uses hotkeys, the program alone works fine but I need to run it with another program that also captures hotkeys. The problem is that the second program captures the hotkeys first and the AutoIt functions won't run. Is there any way to give AutoIt a higher priority so that it will capture the hotkeys first? Thanks in advance Andy
YXAndyYX Posted January 21, 2007 Author Posted January 21, 2007 Nevermind, _IfPressed solved the problem ...
TGhost Posted February 1, 2007 Posted February 1, 2007 I think so: HotKeySet("a", "func1") Func func1() WinActivate ( "Prog_with_prority") ;........................... ;.......................... EndFunc
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