I'm trying with 'doMenu' but it doesn't seem to work. Is there any other way?
Code: Select all
on mouseUp
   if the optionkey is down then 
      select the target
      doMenu "Object Inspector" of menu "Object"
      exit to top
   end if
   -- etc...
end mouseUpI have read something on this forum but I guess there must be something simpler:
viewtopic.php?t=5943

