Hi William, how about this:

on rawKeyDown theKeyNumber
        if theKeyNumber is not 65388 and theKeyNumber is not 65389 then
                pass rawKeyDown
        end if
end rawKeyDown

Tiemo

> -----Ursprüngliche Nachricht-----
> Von: [email protected] [mailto:use-revolution-
> [email protected]] Im Auftrag von William de Smet
> Gesendet: Montag, 8. Juni 2009 16:22
> An: How to use Revolution
> Betreff: How do I block the Windows keys?
> 
> 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

_______________________________________________
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