Jump to content

Recommended Posts

Posted

I'd like to see the function "Show Alfred" with predefined keyword, and optional selected text (this is already in Hotkey in Trigger)

This one is implemented in v1, but in v2 there is no way to accomplish this.

Posted

+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)

 

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...