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

Jim Bufalini jim at visitrieve.com
Mon Nov 23 17:30:08 EST 2009


William,

> 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

If you are going to get an answer to this question, you need to be more
specific about where you placed this code and what you mean by "doesn't
work."

Aloha from Hawaii,

Jim Bufalini 




More information about the use-livecode mailing list