This may not be the first time I have missed something from LC 101.

But the commandkeyDown handler I tried, as a few posts above, gives different results just as the rawKeyDown handler does:
Code: Select all
on commandKeyDown
put ""
put the keysDown
end commandKeyDown
"102,65511" and "65511". So I cannot rely on that either.
Craig