Jump to content

Open settings/preferences


Recommended Posts

Is there an easy way to open the alfred settings using alfred?

 

Either directly or as part of a workflow.

 

I'm not sure what exactly it is that you are looking to do but as Jonas suggested, you can pop up Alfred using Cmd+Space (or whatever your hotkey of choice is), then press Cmd+, will open the preferences window. You can also pop up Alfred and type 'preferences' and 'Show Alfred Preferences' should be one of your actionable results. Or, finally, if you meant from a script:

tell application "Alfred 2"
activate
tell application "System Events" to keystroke "," using {command down}
end tell

 

That would activate Alfred and send the Cmd+, keystroke for you and show the preferences.

Link to comment

You can also pop up Alfred and type 'preferences' and 'Show Alfred Preferences' should be one of your actionable results....

 

Hmm.  this option doesn't work for me.

 

Thanks for the anwers, both of you.  For some reason I didn't think of the CMD-SPACE, CMD-, combo, but this was what I wanted.

Link to comment

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