On 14 Dec 2013, at 17:12, 1.61803 wrote:

Can I set or force the first/third pane to text mode in an applescript
action?

Any script that looks like this will put the third pane into text-entry mode automatically (assuming the script is selected in the first pane).

    using terms from application "Quicksilver"
        on process text theText
            -- do something with theText
        end process text
    end using terms from

You can also use a script like that as an action by putting it in `~/Library/Application Support/Quicksilver/Actions` (which I’m sure you know), but in that case, you’d enter or select text in the first before ever choosing an action.

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

Reply via email to