Advertisement
Guest User

Untitled

a guest
Feb 10th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. `tell application "System Events"
  2.     repeat 16 times
  3.         key code 107
  4.     end repeat
  5. end tell`
  6. AND
  7. `tell application "System Events"
  8.     repeat 11 times
  9.         key code 113
  10.     end repeat
  11. end tell
  12. `
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement