Jump to content

johnofcamas

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by johnofcamas

  1. I'm trying to kick off a keyboard maestro macro from a workflow, and I have a couple variables that get captured during the workflow.  I'd like to have my 'NSAppleScript' action use these, but I'm not sure how.

     

    Here is the example applescript with what I *thought* would work.

     

    on alfred_script(q)
    -- ignoring application responses
    tell application "Keyboard Maestro Engine"
       setvariable "alfred_build_product" to "{var:product}"
       do script "Build target (from Alfred)"
    end tell
    -- end ignoring
    end alfred_script
  2. I just started using Alfred remote and I have a script that triggers a Keyboard Maestro Macro.  The Keyboard Maestro macro copies files (sometimes very large).  Once I trigger the action from the remote palette Alfred does not respond until the file copy is done (which can be over a minute sometimes).

     

    • What you were doing when the issue happened
      action triggered by alfred remote
    • Whether you were able to replicate it
      Yes - every time
    • Include any screenshots that might help us
      not applicable
    • Include the version and build number from Alfred's About preferences
      v 2.6 (374)
    • Include the version of OS X you are currently using and any customisation that may be relevant
      Mac OS X version 10.10.1 (14B25)
×
×
  • Create New...