Guest User

Untitled

a guest
Jun 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. tell application "TextEdit" to activate
  2. repeat 2 times-- delay 2 seconds, beeping once per second
  3. beep
  4. delay 1
  5. end repeat
  6. set c to the clipboard as string
  7. tell application "System Events" to keystroke c
Add Comment
Please, Sign In to add comment