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?

_______________________________________________
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