How do I block the Windows keys?

DunbarX at aol.com DunbarX at aol.com
Mon Jun 8 10:36:43 EDT 2009


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, williamdesmet at gmail.com 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)



More information about the use-livecode mailing list