Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow opening links in the background #11

Closed
serenium opened this issue Aug 5, 2015 · 1 comment
Closed

Allow opening links in the background #11

serenium opened this issue Aug 5, 2015 · 1 comment
Assignees

Comments

@serenium
Copy link

serenium commented Aug 5, 2015

If Finicky is called to open a link in the background, it should pass this request onto the browser. After a quick hunt through the documentation it looks like the flag responsible for this is NSWorkspaceLaunchWithoutActivation in
NSWorkspaceLaunchOptions when calling openURLs:withAppBundleIdentifier.

EDIT: it might be nice to allow this to be changed with the API too, for example, revealed to the function in the opts variable, and possibly changed with a flag in the return value.

@johnste
Copy link
Owner

johnste commented Aug 9, 2015

Fixed in v0.4 https://github.com/johnste/finicky/releases/tag/v0.4

Did not add the flag to the opts variable this time around, but will consider it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants