Thanks for the scripts. If you'd like to help the QS community out further, it would be worth adding them to the wiki:
http://qsapp.com/wiki If you don't already have an account, let me know what email and username you want On 13 Gorff 2013, at 23:49, 1.61803 <[email protected]> wrote: > For this script to work I use cliclick and TotalSpaces (with no transitions > when switching spaces set). > Cliclick is donationware, TotalSpaces is commercial. If you don't have the > latter just change the delay as stated in the comment. > > tell application "System Events" > > set FrontAppName to name of first process where frontmost is true > > activate application "iTunes" > > keystroke "u" using {command down, option down} > > delay 0.05 -- use 0.5 without TotalSpaces > > tell process "iTunes" to tell window 1 to tell scroll area 1 > tell (every button whose value of attribute "AXDescription" is > "up next") to set {{m, n}} to position > do shell script "cliclick -r c:" & (m + 160) & "," & (n + 55) > -- Clear > end tell > > end tell > > activate application FrontAppName > > -- > You received this message because you are subscribed to the Google Groups > "Quicksilver" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/blacktree-quicksilver. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/groups/opt_out.
