wwwjfy Posted January 15, 2013 Posted January 15, 2013 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. bmazin and Aloge 2
Aloge Posted January 15, 2013 Posted January 15, 2013 +1I 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now