On May 17, 2013, at 10:40 AM, 1.61803 <
iam...@gmail.com> 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.