You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quicksilver selection proxy object does not seem to be working in the following two scenarios:
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?
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
The text was updated successfully, but these errors were encountered:
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.
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.
The quicksilver selection proxy object does not seem to be working in the following two scenarios:
Thx
The text was updated successfully, but these errors were encountered: