Skip to content

Instantly share code, notes, and snippets.

@danielpunkass
Created April 5, 2009 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpunkass/90493 to your computer and use it in GitHub Desktop.
Save danielpunkass/90493 to your computer and use it in GitHub Desktop.
tell application "System Events"
tell application process "BBEdit"
tell (pop up button 1 of window 1)
-- Click to make the menu appear in the hierarchy
click
-- Now select the "Go to" item...
set goToItem to menu item "Go to…" of menu 1
click goToItem
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment