On Monday, November 16, 2015 at 6:48:40 PM UTC+1, Rob McBroom wrote:
>
> Scroll down a bit to line 1765. Note that it checks modifiers for *only* 
> Option, which is why ⌥⌃L isn’t working.
>

Thanks for the reference. Does QS support a binding with insertText:? This 
is not listed in QSBindableActions.strings.

Normally in text bindings you can use, for example, the following

    /* control-x dictionary */
    "^x" = {
        /* tag current or previous word  */
        "t" = ("moveWordBackward:",
               "insertText:", "<",
               "moveWordForward:",
               "insertText:", ">");
    };

so I thought \ might insert option + right arrow.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to