|
Blain20 Beginner
Joined: 27 Aug 2010 Posts: 25
|
Posted: Fri Aug 27, 2010 12:51 am
zMUD Window Focus |
Is there a way to detect focus in a zMUD window? I want a trigger to only fire if I'm not looking at the window (to alert me of an incoming tell in this case).
|
|
|
|
Relk Newbie
Joined: 06 Sep 2010 Posts: 4 Location: London KY
|
Posted: Tue Sep 07, 2010 4:42 am |
Quote: |
(to alert me of an incoming tell in this case).
|
#trigger {* tells you} {#beep}
Is that what you are looking for? |
|
|
|
Blain20 Beginner
Joined: 27 Aug 2010 Posts: 25
|
Posted: Tue Sep 07, 2010 9:18 pm |
I want that trigger to only fire if I'm not focused on the window it comes in on. So I'd need some way to detect focus.
It's not a priority, of course. I just though it'd be useful. If there isn't such a thing in either zMUD or CMUD, maybe Zugg can take it as a suggestion to maybe add it to CMUD. :o) |
|
|
|
Ralph1971 Wanderer
Joined: 01 Mar 2008 Posts: 64
|
Posted: Fri Feb 18, 2011 2:35 pm |
old topic, but you could go with something along the lines of..
(*) tells you (*)
#if (%1!=%curwin) {#beep} {}
(untested, but theory is there) |
|
_________________ Win7-home - Cmud 3.33a
WinXP-pro - Zmud 7.21 |
|
|
|
|
|