On May 17, 2013, at 10:40 AM, 1.61803 <[email protected]> wrote: > I actually enabled it only in QS to right arrow in an application's menu > items.
Oh, duh! Quicksilver Selection. Most people set that up with “Current Application”, which is what I was thinking of. In that case, I think you just have to choose between the trigger, or being able to select by word in text entry mode. > Does QS's code base as is allow to prepend some object checking for triggers? > Just curious. Not globally. It would probably annoy users since I’m guessing there are some hacks that wouldn’t be possible. Each individual action can decide what to do with unexpected types of objects. Very few explicitly check types, but they usually act on the data associated with a particular type, so if that type is missing, nothing happens. -- Rob McBroom <http://www.skurfer.com/> -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
