It works for me. I set up the same trigger and tried both the locations: ~/Library/Scripts/ & ~/Library/Applications Support/Quiksilver/Actions I am using QS B54(3815) and Leopard. One of the users did complain that he had problem with the Run action while setting up a trigger in B56a7. So I suggested him an alternative. See http://u.nu/62jj3 Make sure that is not the case with you.
As an alternative, I have uploaded the service with instructions in the "Files" sections. On Oct 17, 2:32 am, Howard Melman <[email protected]> wrote: > I tried this and while it works when run from a QS command window, it > doesn't work when run from a trigger: > > Picture 5.png > 63KViewDownload > > > > On Oct 16, 2009, at 4:28 AM, AppleScript wrote: > > > Current Web page, Paste: > > For Safari: > > > tell application "System Events" > > set {name:theApp, bundle identifier:theIdentifier} to (get 1st > > application process whose frontmost is true) > > end tell > > tell application "Safari" > > if (count windows) > 1 then > > set browserWindow to (first window whose name is not > > "Downloads") > > else > > set browserWindow to window 1 > > end if > > set theURL to URL of current tab of browserWindow > > end tell > > tell application "System Events" > > tell process theApp > > delay 0.2 > > keystroke theURL > > end tell > > end tell
