Jump to content

Custom File Search Shortcut


Aloge

Recommended Posts

Hi,

 

It would be nice for me that I can activate an Alfred file search with a custom shortcut like command+[space] I prefer use this than Spotlight.

have created my own workflow for this but it doesnt work properly. I dont know bash, php or other programming languages...so I think that something like this would be a great solution:

 


image-sample.jpg

Link to comment
Share on other sites

Thanks David, I already know that I can do a quick file search by hitting cmd+space but I prefer a shortcut like option+space to do this because I use the file search a lot and I think that press option+space is more efficient for my way of working. I have tried to create a workflow with this Applescript but It doesnt work properly:
 

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

It would be nice if there were an action to activate Alfred. Thanks for your help David and sorry for my low level English.

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