pc ontrolKey/mac commandkey
    erik hansen 
    erikhans08 at yahoo.com
       
    Fri Feb 22 19:18:01 EST 2002
    
    
  
the mac controlKey has its own non-ascii
numbering system as opposed to commandKeyDown
whixh uaes ascii chars:
on controlKey theKey
  if theKey is 1 then # "a"
     choose hand tool
  else if theKey is 2 then
     choose rect tool # "b"
  end if
end controlKey
on commandKeyDown theKey
  if theKey is "a" then
     choose hand tool
  else if theKey is "b" then
     choose rect tool
  end if
end commandKey
any general guidelines for compatability?
=====
erik at erikhansen.org                 http://www.erikhansen.org
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
    
    
More information about the metacard
mailing list