-
Notifications
You must be signed in to change notification settings - Fork 27
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
Find easier way to inject into app without menubar #16
Comments
Automator allows you to program simple dialog boxes. Popup button would be sufficient in this case. But again, service requires an active app and context to be executed. Separate script is preffered for this approach. |
You could use EasySIMBL, that's what I do |
@perfaram Nice, can you share your solution ? |
Yep, gonna post it this evening (I'll make a repo) |
Steps :
NB : This will load FScript into all applications. To load it into one specific app, open my project in xCode, and edit Info.plist's |
Thanks, I see it use insertInMainMenu but some apps don't have main menu to inject into, background or menubar icon only. |
Then, wait a minute. I'm gonna add something to my repo |
Okay, thougher than expected... Currently trying to work with shortcuts. |
Finally, if you're not pleased with shortcuts, then use the UDP socket at port 7138 :
Replace |
Currently I am using modified shell script(opens browser after load) and manually invoke it with pid
I tried to invoke it with service trough global hotkey but it not work everywhere.
Maybe write helper app to choose from list of process to inject into ?
The text was updated successfully, but these errors were encountered: