vOOice/VoiceInk/Resources/firefoxURL.scpt

14 lines
259 B
AppleScript

tell application "Firefox"
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