Jump to content

andy232

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by andy232

  1. Hi there,

     

    Alfred: 2.8.414

    OSX: El Capitan 10.11

     

    when I start an applescript via alfred the alfred window does not disappear. It stays on top until the script is finished.

    I think I have this issue since El Capitan.

     

    Script example:

    on alfred_script(q)
    -- ignoring application responses
    tell application "Keyboard Maestro Engine"
        do script "03B09142-6947-4304-8F3C-6A4F49CAE859"
        -- or: do script "egroupware"
    end tell
    -- end ignoring
    end alfred_script

     

    Thank You!

    Greetings, Andy

×
×
  • Create New...