Created
March 22, 2013 14:59
-
-
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)
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 "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