vOOice/VoiceInk/Resources/zenURL.scpt

14 lines
263 B
AppleScript

tell application "Zen Browser"
activate
delay 0.05
tell application "System Events"
keystroke "l" using command down
delay 0.05
keystroke "c" using command down
delay 0.05
keystroke tab
end tell
delay 0.05
return (the clipboard as text)
end tell