Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need to click desktop before macros will work
#1
After Windows XP startup, none of my keyboard triggers will work until I first click the desktop. That doesn't seem right...

Any solution for this slight annoyance?
#2
QM keyboard triggers don't work when there is no active window. Try to activate some window when QM starts.

Create function ActivateDesktop:

Code:
Copy      Help
rep 10
,int h=win ;;active window
,if(!h) act "+Progman"; err ;;activate desktop
,2

Insert this in function init2:

Code:
Copy      Help
mac "ActivateDesktop"


Forum Jump:


Users browsing this thread: 1 Guest(s)