Hi there,

I am looking for a way to block the Window keys (65388 and 65389) but is doesn't work because I don't know how:
on rawKeyDown theKeyNumber
   if theKeyNumber is 65388 then .....????
   if theKeyNumber is 65389 then .....????
end rawKeyDown

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.

Thanks!

Greetings,

William
_______________________________________________
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