Created
April 5, 2009 17:27
-
-
Save danielpunkass/90493 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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