[Release] KeyFlasher |
Author: |
Message: |
DarkRaider
Junior Member
Posts: 61
39 / / –
Joined: Mar 2005
|
O.P. RE: RE: [Release] KeyFlasher
quote: Originally posted by John Anderton
Of late, the scroll key doesn't go back to its default state when I see the message (it stayed on even though it was off earlier).
Also, even when I bring the chat window on top, it doesn't stop my scroll lock light flashing. I need to click the message box
Could this be fixed?
As long as there isn't an "OnEvent_WindowFocused" or something like that, I can't change this.. sry.. If I knew how, I would..
|
|
12-19-2007 07:24 AM |
|
|
K i n g. [Spoons]
New Member
Posts: 3
– / /
Joined: Jan 2008
|
RE: [Release] KeyFlasher
i cant get this to work!!
how do i get into the configuration menu for it?
step by step screenshots wud b a big help...
thanx
quote: Originally posted by Sypher
What leds do you mean exactly? The backlight?
If so, you can do this quite easily. There is a plugin for Winamp that does this, so it might be possible for WLM to do this, probably through a DLL file...
whats the backlight??
|
|
01-02-2008 10:10 PM |
|
|
DarkRaider
Junior Member
Posts: 61
39 / / –
Joined: Mar 2005
|
O.P. RE: [Release] KeyFlasher
quote: Originally posted by K i n g. [Spoons]
i cant get this to work!!
how do i get into the configuration menu for it?
step by step screenshots wud b a big help...
thanx
You can find the configuration window trough the plus-script-menu (the icon with the coloured cubes).. in the main window, AND in the chat windows
This post was edited on 01-02-2008 at 10:22 PM by DarkRaider.
|
|
01-02-2008 10:21 PM |
|
|
K i n g. [Spoons]
New Member
Posts: 3
– / /
Joined: Jan 2008
|
RE: RE: [Release] KeyFlasher
quote: Originally posted by DarkRaider
quote: Originally posted by K i n g. [Spoons]
i cant get this to work!!
how do i get into the configuration menu for it?
step by step screenshots wud b a big help...
thanx
You can find the configuration window trough the plus-script-menu (the icon with the coloured cubes).. in the main window, AND in the chat windows
i can get on the prefernces and then into the scripts put i dunno how to get into configure this script fur wen i click on it all this writting comes up[size=2]
|
|
01-07-2008 08:02 PM |
|
|
DarkRaider
Junior Member
Posts: 61
39 / / –
Joined: Mar 2005
|
O.P. RE: [Release] KeyFlasher
I hope this is clear enough...
This post was edited on 02-17-2008 at 02:17 AM by DarkRaider.
|
|
01-07-2008 08:11 PM |
|
|
Amphor
New Member
Posts: 1
Joined: Aug 2008
|
RE: [Release] KeyFlasher
I installed the script, but now, even when no-one says anything, the caps lock, scroll lock and num lock buttons don't work (the buttons do work, but the keyboard doesn't show it) and now the flashin doesn't work either, i set the options from configure menu.
This post was edited on 08-01-2008 at 12:51 PM by Amphor.
|
|
08-01-2008 12:49 PM |
|
|
V@no
Full Member
sexy
Posts: 162
Joined: Mar 2004
|
RE: [Release] KeyFlasher
I found this script very useful, but there is one thing, that holding me from using it: when it's flashing it doesn't allow my monitor automatically go to standby (if it was in standby at the moment new message received, it turns on monitor) and on Windows 7 it doesn't allow use ALT + TAB (window selection menu pops up for a brief moment and dissapier) .
Any work around this issue?
Thank you.
|
|
07-15-2009 07:14 AM |
|
|
V@no
Full Member
sexy
Posts: 162
Joined: Mar 2004
|
RE: [Release] KeyFlasher
Here is a "KeyLed DLL" that allows control keyboard LEDs without emulating key press.
http://www.boris-toll.at/load/software.php
And this is vbs example that came with the dll package:
code: '----------------------------------------------- Script by Boris Toll / 2005
Option Explicit
Dim KeyLeds, Counter
Set KeyLeds = CreateObject("Key.Leds")
Do Until Counter = 10
if KeyLeds.LedStatus("NUMLED") = 0 then
KeyLeds.LedOn("NUMLED")
else
KeyLeds.LedOff("NUMLED")
end if
if KeyLeds.LedStatus("CAPSLED") = 0 then
KeyLeds.LedOn("CAPSLED")
else
KeyLeds.LedOff("CAPSLED")
end if
if KeyLeds.LedStatus("SCROLLLED") = 0 then
KeyLeds.LedOn("SCROLLLED")
else
KeyLeds.LedOff("SCROLLLED")
end if
wscript.sleep 500
Counter = Counter + 1
Loop
If someone could help adopt it to MPL, it would be awsome!
Anyone?
Thank you.
|
|
07-25-2009 06:15 PM |
|
|
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: [Release] KeyFlasher
Bas quote: Originally posted by V@no
Here is a "KeyLed DLL" that allows control keyboard LEDs without emulating key press.
It does emulate the keypress unfortunately.
|
|
07-25-2009 10:34 PM |
|
|
V@no
Full Member
sexy
Posts: 162
Joined: Mar 2004
|
RE: [Release] KeyFlasher
Eh, yes, you are right...false hope...will keep digging. There must be a way to do so!
|
|
07-26-2009 02:01 AM |
|
|
Pages: (13):
« First
«
7
8
9
10
[ 11 ]
12
13
»
Last »
|
|