Advertisement
Guest User

Untitled

a guest
Feb 10th, 2017
128
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.  
  7. ________
  8.  
  9. tell application "System Events"
  10.     repeat 11 times
  11.         key code 113
  12.     end repeat
  13. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement