I would suggest using a Pane 1 Applescript 
(http://qsapp.com/wiki/AppleScripts) with "System Events" to push the 
keystokes. So something like the following (not tested):

tell application "System Events"
  key code 53 -- escape
  keystroke " :set scrollbind"
  key code 36 -- carriage return
end tell

Note that there seems to be some potential trickiness with escape. 
See 
http://modbookish.lefora.com/2010/04/20/applescripts-for-abracadabra-gestures/.

d
 
On Monday, June 24, 2013 7:15:30 AM UTC-7, 1.61803 wrote:
>
> For example, how would you  :set scrollbind  in MacVim using QS?
>

-- 
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