Blocking the 'Windows keys' doesn't work. Why?

William de Smet williamdesmet at gmail.com
Mon Nov 23 13:21:28 EST 2009


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



More information about the use-livecode mailing list