Skip to content

Instantly share code, notes, and snippets.

Created March 22, 2013 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5221916 to your computer and use it in GitHub Desktop.
Save anonymous/5221916 to your computer and use it in GitHub Desktop.
Open Chrome URL in Safari from this discussion: [Pdf from Safari to Sente / Suggestions: Desktop Sente / Discussion Area - Sente Support](https://sente.tenderapp.com/discussions/suggestions/25-pdf-from-safari-to-sente/page/1)
tell application "Google Chrome"
set the clipboard to (the URL of active tab of first window of application "Google Chrome") as text
end tell
tell application "Sente 6" to activate
tell application "System Events"
keystroke "t" using command down
keystroke "v" using command down
keystroke return
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment