|
jmordetsky Newbie
Joined: 23 Dec 2005 Posts: 5
|
Posted: Fri Dec 23, 2005 5:39 pm
Make Zmud Beep on activity? |
Hi, I would like to make zmud play a sound if there is window activity while I'm idling.
How can I do this? |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Dec 23, 2005 7:55 pm |
#ALIAS idle {#T+ IdleActivityTrigger}
#TRIGGER IdleActivityTrigger {$} {#T- IdleActivityTrigger;#BEEP} {disable}
I think something like that would work. It tries to catch a newline once you type in "idle" |
|
|
|
jmordetsky Newbie
Joined: 23 Dec 2005 Posts: 5
|
Posted: Sat Dec 24, 2005 4:47 pm |
Rockin. Thanks.
|
|
|
|
|
|