Jump to content

Cartageno

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Cartageno

  1. After a lot of research i have found a way with the following workflow:

     

    1  | Create Trigger > Hotkey ( cmd + f for example )

     

    then

    2  | Create Action > Run NSAppleScript and write:

     

     

    on alfred_script(q)
      tell application "Finder"
        activate
    end tell
    end alfred_script
     
    3 | Link both of them
     
    And that´s it! No Finder new window, just the Finder activation!
  2. Hello,

     

    I have a workflow for all my favourite apps. For example, if i want to display Photoshop ( already opened ) in front of all my apps I have created a trigger cmd+ P and it works perfectly. But I can´t do that because Finder is not a standard app like the others... How can I create an hotkey for example cmd+d to display the Finder window in front of the other apps?

     

    Thanks for your time.

    Best regards.

     

     

×
×
  • Create New...