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: Fun with Scroll Lock LED

<< < (2/3) > >>

MilesAhead:
My favorite apps in this vein would use the Scroll Lock LED as a hard drive activity indicator.
-Innuendo (November 11, 2009, 09:32 AM)
--- End quote ---

Just found this on Softpedia.  Haven't tried it yet, but I'm going to. :)

http://www.softpedia.com/get/System/Hard-Disk-Utils/HddLed-Indicator.shtml

edit: bummer, just noticed it has a nag screen.  But I might as well try it to see how it looks.

MilesAhead:
Guess this was a previous topic.  I'm going to try the ahk script mentioned.

https://www.donationcoder.com/forum/index.php?topic=10367.msg80721#msg80721

MilesAhead:
Lights the LED on my Vista64 and W7 32 bit.  See how it goes:

http://www.autohotkey.com/forum/topic17954.html

MilesAhead:
So far it seems ok.  I'm making a 3 GB zip out of my download folder.



edit:  hmmm, messes up Caps Lock.  At least on my PC the caps lock only lights when you first press.  As soon as scroll lock lights it kills the caps lock indicator. Does the same on both machines but I use a kvma switch.  HP keyboard.  Almost got a good one there.  :(

edit2: I made a simple modification and now it works great on my PCs.  Just substitute my modified StartLED section for the one in the original script.  The original only got the keyboard LED state on program start-up instead of checking it on every timer loop.


http://www.autohotkey.com/forum/viewtopic.php?p=310017#310017

edit3: I tried adding command line param for polls per second, range 2 to 10 or 2 to 5, but at least on my machines the CAPS lock seems to get confused if polling is greater than 2 times per second.  So looks like that good enough for my usage.

MilesAhead:
I added one more tweak by calling EmptyWorkingSet on program startup. I edited the post that's referenced by the link in my previous post.  Should be obvious where to edit the script. It's just a one line tweak.

edit: especially on this type of utility, where it doesn't allocate memory for arrays or displaying dialogs or windows, it's worthwhile.  On my Vista64 Task Manager shows it using 900 KB and less as opposed to 1.9 MB without the call.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version