More 2.8 woes..
Luis Medina
med at exchangenet.net
Wed Apr 29 00:58:00 EDT 2009
Chipp wrote:
>
Check this out...
>
>
> create a new stack
> in new stack script:
> on controKeyDown pKey
> beep
> pass controKeyDown
> end controKeyDown
>
> now with the mouse over the stack, press down the Ctrl key. Nothing, no beep.
>
> but this does generate a beep:
>
> on commandKeyDown pKey
> beep
> pass commandKeyDown
> end commandKeyDown
is it controKeyDown or ControlKeyDown, with an L?
More information about the use-livecode
mailing list