Update on Cut/Paste situation:
Installed a fresh version of XP 2.8 and still copy/paste not working.
But I did learn something..

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

So it appears there's a difference between controlKeyDown and
commandKeyDown, even though the docs are clear that they should
operate the same on the PC platform.
_______________________________________________
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