-
-
Notifications
You must be signed in to change notification settings - Fork 31
Chrome Tabs doesnt activate the window that the tab is in #9
Comments
Oh, I hadn't realized. Yes, I'll fix that in the next day or two. |
And done. Let me know if you have any trouble! |
Hey, thx for fixing this. Just tried it out and it's a lot better however i am still having some issues:
Feature Requests :)
|
It's tricky. Chrome's applescript API won't let me raise the proper window into focus without swapping window indexes, and if I do that, unless you re-run the chrome tabs action anew everytime you use it, then selecting a new tab in the old results will mess things up.
Sadly, unless you turn on subtitles the best I could do is append the url to the end of the title. The only actions that can override this are the ones Obdev built into launchbar (as far as I know).
Sadly not. Chrome's applescript API is extremely limited. I think the only way to implement your suggestions and provide a foolproof fix for the above is by creating an accompanying chrome extension to act as the middle man between the action and browser. I haven't done this before but I'll look into it. |
Hey,
Awesome actions btw!!
I was trying your Chrome tabs action and noticed that while it does select the specified tab in that window it doesn't actually activate or bring that window to the front which significantly reduces the usefulness of this action if you have more than one Chrome window.
Is there any way to add this functionality, similar to the Quicksilver Google Chrome plugin?
Tony
The text was updated successfully, but these errors were encountered: