Invoke your background stack by a key combination

2006-02-20 Thread Paul Consolo
It's possible that a Rev stack may intercept a key combination when the stack itself is in background? As example: I'm working in my favourite word processor and I need to press command-function-6 to let my Rev stack come in front. ___ use-revolution

Re: Invoke your background stack by a key combination

2006-02-20 Thread Malte Brill
Hi Paul, I would write a keyboard listener script. This might get you started: A stack with a field and a button: In the buttons script: on mouseUp if the flag of me is empty then set the flag of me to false set the flag of me to not the flag of me if the flag of me then put empty

Re: Invoke your background stack by a key combination

2006-02-20 Thread Paul Claude
Hi Malte, Thank you very much, it works perfectly. Greetings Paul Claude on 20-02-2006 11:50, Malte Brill at [EMAIL PROTECTED] wrote: Hi Paul, I would write a keyboard listener script. This might get you started: A stack with a field and a button: In the buttons script: on