For the second part of your question, it seems that if you write two
handlers:

on controlKeyDown
   if the commandkey is down then doStuff
end controlKeydown

and

on commandKeyDown
   if the controlkey is down then doStuff
end commandKeyDown

Then "doStuff" will do whenever both keys are down.

Craig Newman


In a message dated 6/8/09 10:27:19 AM, [email protected] writes:


>
> And is there a way to use both CTRL and COMMAND key at the same time? 
> When these keys are down I want to show an image and when these keys 
> are up again the image is hidden.
>




**************
Download the AOL Classifieds Toolbar for local deals at your
fingertips.
(http://toolbar.aol.com/aolclassifieds/download.html?ncid=emlcntusdown00000004)
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to