Guest User

Untitled

a guest
Feb 1st, 2019
1,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using terms from application "Quicksilver"
  2.     on process text sps
  3.         set searchterm to sps
  4.         tell application "System Events"
  5.             tell process "Spotify"
  6.                 tell application "Spotify" to activate
  7.                 set value of text field 1 of UI element 1 to searchterm
  8.                 set focused of text field 1 of UI element 1 to true
  9.                 delay 0.1
  10.                 key code 36
  11.                 set focused of text field 1 of UI element 1 to false
  12.             end tell
  13.         end tell
  14.     end process text
  15. end using terms from
Add Comment
Please, Sign In to add comment