Hi There,
I have a macro that at one point puts the system to sleep, that I want to then resume whenever the system wakes.
So far I've tried:
-
Pause until pixel at 0,0 is brighter than pitch black. This worked a couple times out of the 10-or-so I tested it. Also tried a variation in which it was a pause until any of several screen coordinates were brighter than pitch black– strangely this version didn't work at all.
-
Pause until the screen contains Screen in all screens. This worked for a few tries but stopped after 4 or 5, not sure why.
I tried looking into Environment Variables, but didn't understand what I was looking at enough to make heads or tails of it.
Any ideas?
Cheers