ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Turn off Screensaver automatically during Youtube

<< < (2/3) > >>

jgpaiva:
 ;D ;D

I'm glad you like it, 037 ;)

037:
Hello, thanks again jgpaiva, I had a lot of fun with AHK. I have one more question...  :) I noticed that I seem to need to Show the "Noise!" window in order to have the Edit1 visible so that random keystrokes can be sent. I tried to modify it but I'm new to AHK... Is there a way so that I don't need to keep the window open? I'm using DimSaver.

jgpaiva:
Oh, you don't need to have it showing.. It works even when it isn't sowing. It sends keystrokes to a hidden window, that still should prevent the screensaver from coming up.

Are you sure the screensaver still comes up?

037:
Ah... After a few close observations, I found out that this line works:

if WindowTitle contains Youtube

but this line doesnt seem to work:

if (WindowClass = WMPlayerApp)

Any clues?  :'(
Thanks!


EDIT: Aha! Got it, it should be:

if (WindowClass = "WMPlayerApp")

jgpaiva:
Oh, right.. Oops :)

I fixed the code on my post above too.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version