Hi there all,

Can someone explain to me why blocking the Windows keys doesn't work?
As suggested a while ago on this forum I use the following code:

*
*

*---*

*on* rawKeyDown theKeyNumber

   *if* theKeyNumber is not 65388 and theKeyNumber is not 65389

      *then*

               *pass* rawKeyDown

       *end* *if*

*end* rawKeyDown


*on* rawKeyDown pKey

 *if* pkey <> 65388 and pkey <> 65389 *then* *pass* rawKeyDown

*end* rawKeyDown


----


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