-
Notifications
You must be signed in to change notification settings - Fork 285
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 triggers with selected application scope are enabled in all applications #85
Comments
I should probably note that this behaviour stops me from using trigger keystrokes in other apps, most notably Terminal where a non-functioning CTRL-C is very annoying. |
Confirmed. Yuck :-/ |
I think this is the same thing I’m seeing when I attempt to disable a trigger in specific applications. For instance, I use ⌃⌥⌘V to bring up the clipboard history, but in TextMate, I prefer to use the built-in history (which uses the same shortcut). Excluding TextMate does prevent Quicksilver from showing it’s clipboard history, but TextMate’s doesn’t come up either. My guess is that the scope settings for triggers prevent Quicksilver from preforming the action, where what it should be doing is preventing Quicksilver from capturing the keystroke at all. (Or as a work-around, maybe it could capture the keystroke, but then pass it through to the active application if the scope doesn’t apply.) |
Would the information discussed here be of any help?: http://groups.google.com/group/blacktree-quicksilver/browse_thread/thread/d55059dc081c3dbc# |
Thanks Viewer. I just tried that but no luck. If I add two identical triggers with the same keybinding, quit Quicksilver then relaunch, the trigger is still active in all applications. If I delete one trigger, the trigger is no longer active, not even in the target application. I am still running ß58 (3841) on 10.6. |
Yep. As @skurfer siad this is probably also related to the 'disabled in xxx' not working. I have ⌃⌥⌘P to bring up the character palette, but want it to bring up TextMate's 'Preview (Markdown)' command. The character palette doesn't appear, but TextMate just ignores the command. |
This will be fixed in an upcoming release. See the above commit for the exact changes |
Fixed in latest HEAD (with merged in triggers branch) |
I can replicate this with following on the new ß58:
The text was updated successfully, but these errors were encountered: