Guest User

Untitled

a guest
Sep 15th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "Screen Sharing"
  2.     activate
  3.     tell application "Screen Sharing"
  4.         activate
  5.        
  6.         tell application "System Events"
  7.             keystroke "osx-mini.local"
  8.             keystroke return
  9.         end tell
  10.        
  11.     end tell
  12.    
  13.     delay 2
  14.    
  15.     tell application "System Events"
  16.         set value of attribute "AXFullScreen" of window 1 of process "Screen Sharing" to true
  17.        
  18.     end tell
  19. end tell
Add Comment
Please, Sign In to add comment