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
Custom Trigger #1424
Comments
Can you please elaborate on what you are doing/seeing. I am not quite sure what you mean from your issue |
When I try to create first Custom Trigger it works fine , but when I add a second custom trigger and if i copy and paste the command "open /Applications/test.app" it saves that as a custom trigger but it also replaces first custom trigger with the same command as second custom trigger. |
Are you literally pasting the text of a Unix command, or are you copying something from a trigger that opens an application? When you say "the same command", do you mean a Unix command in the first pane, or the action (such as "Open") in the second pane? |
So yea im pasting the text, i type " . " which lets me type the command, and then i paste the command "open /user/name/folder/folder/folder/folder/file.app" and when i say same command I mean the Unix command in the first pane not the action. |
Son of a— You're exactly right. The text from the first trigger gets replaced. We'll look into it. In the meantime, there's a much more straightforward way to open applications: Select the application in the first pane and the Open action in the second (which is most likely the default). |
http://youtu.be/pNyOPhxDQCU here is quick video too. yea open application was just my dummy code to show you the bug |
I use it to open screensaver app to lock my computer when walking away... is there a better way to do that? coz I cant pull up that app directly in quicksilver |
I've got something weird happening with custom triggers as well. |
I've looked into this a bit, but still no fix. Here's what I've found (so I don't forget):
KVO weirdness? |
This is a bug, Adding more than one Custom trigger changes the first one with a copy of the second one. So basically you can only have one Custom Trigger as of now.
The text was updated successfully, but these errors were encountered: