This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env osascript | |
| tell application "System Events" | |
| tell process "NotificationCenter" | |
| tell window 1 | |
| tell scroll area 1 | |
| tell UI element 1 | |
| tell group 1 | |
| if exists then | |
| set current_mouse_xy to (do shell script "/usr/local/bin/cliclick p") | 
OlderNewer