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

Hotkey triggers using "Quicksilver Selection" proxy object not working for certain actions #1517

Closed
sinewave opened this issue Jun 17, 2013 · 2 comments
Labels
Milestone

Comments

@sinewave
Copy link

The quicksilver selection proxy object does not seem to be working in the following two scenarios:

  1. The first trigger i tried to create was to try and simulate "document" > Open with... > "App Name". I created a hotkey trigger with "Quicksilver Selection" > "Open With" (by copy and pasting) and left the third pane blank. The trigger appears to work in that it takes me to the third pane where i can filter and select an app however nothing happens after hitting return?
  2. The second trigger i tried to create was to try and simulate "document" > Rename... > "new name". I created a hotkey trigger with "Quicksilver Selection" > "Rename" (by copy and pasting) and left the third pane blank. When i invoke this trigger qs takes me to the third pane however it has "Type to search" selected instead of the rename filename text area?

Thx

@skurfer
Copy link
Member

skurfer commented Jun 17, 2013

Notes to whoever looks at this (probably me): This happens because if the indirect object is required, but missing, QS will reappear to ask for it, but the direct object is still "Quicksilver Selection", which no longer refers to the same thing.

Hopefully, it's a simple matter of resolving the direct object in cases where the interface will be redisplayed. Probably around line 458 of QSCommand.m.

@skurfer skurfer added this to the 2.0.0 milestone May 31, 2015
@stale
Copy link

stale bot commented Apr 4, 2022

This issue hasn't been updated in over 2 years. It has been marked as 'stale' and will be closed in 30 days. Please check whether this is still an issue with the latest version of Quicksilver. If so, update or comment on this issue to keep it open.

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

No branches or pull requests

2 participants