⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
AdiIRC
All Projects
AdiIRC
Overview
Activity
Roadmap
Issues
Calendar
News
Wiki
Forums
Download (478 Bytes)
[Script] Blinking scroll lock led on highlight v0.5
» Blinking scroll lock led on highlight v0.2.ini
Mr. BS
, 11/20/2014 02:30 AM
; http://dev.adiirc.com/boards/5/topics/217
; Blinking scroll lock led on highlight
; v0.2 by pereba
on
*:TEXT:*:
#:{
if
(!$appactive)
{
if
($highlight($1-))
{
.timerLED
-m
0
500
flashled
}
}
}
;Adi get focus then lets disable the led blinking
on
1:ACTIVE:*:
.timerLED
off
;//.timerLED 0 1 flashled
alias
flashled
{
var
%name
led
$+
$ticks
.comopen
%name
WScript.Shell
.comclose
%name
$com(%name,SendKeys,3,bstr,{ScrollLock})
}
« Previous
1
2
3
4
5
Next »
(2-2/5)
Loading...