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 |