More 2.8 woes..
Chipp Walters
chipp at chipp.com
Mon Feb 26 22:07:59 EST 2007
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.
More information about the use-livecode
mailing list