On Aug 26, 2011, at 11:42, gary wrote:
> Ahh, that's what I want, the ability to call it up even if it's not
> the front most app. I actually have a license for keyboard maestro.

______________________________________________________________________

Hey Gary,

Run this from an Applescript action in Keyboard Maestro.

--
Best Regards,
Chris

______________________________________________________________________


tell application "BBEdit"
  try
    activate
    open scratchpad window
  on error errMsg number errNum
    set sep to "=============================="
    set e to sep & return & "Error: " & errMsg & return & sep & return ¬
      & "Error Number: " & errNum & return & sep
    beep
    display dialog e
  end try
end tell

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to