Jump to content

"Show Alfred" as action of workflow


wwwjfy

Recommended Posts

+1

I am using this Applescript meanwhile in my workflows
 

tell application "System Events"
	key down {option}
	key code 49
	key up {option}
end tell
tell application "System Events"
	key code 49
end tell

I just wanted a shortcut to open file searches in Alfred without press spacebar or ', so I created a Workflow with a hotkey trigger and a run app action and then I selected my applescript application to open, I tried with an Applescript action in Alfred but it doesn't work. I hope this helps.

(I don't speak English very well, sorry)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...