-
-
Save kerim/5221921 to your computer and use it in GitHub Desktop.
Open frontmost URL in Chrome in Sente's built-in browser
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
Found here: Sente Support