Jump to content

Open Alfred Preferences Screen with Hotkey?


Recommended Posts

Its so time consuming to launch Alfred and then then click on the little gear icon to go to Alfred Preferences.

 

Is there a workflow or applescript that I can assign a hotkey to open Alfred Preferences?  

 

This would help a great deal. Thank you in advance for anyone who has suggestions!

Edited by jloveblaze
Link to comment

You could create a hotkey and then attach link it to the applescript below... credits to David Ferguson I believe, I think I remember finding it in a post he made...

 

on alfred_script(q)
tell application "Alfred 2"
activate
tell application "System Events" to keystroke "," using {command down}
end tell
end alfred_script
Link to comment
  • 1 year later...

Command-comma will open the preferences for whichever app is active at the time.  If you're in the Finder it'll bring up the Finder prefs but if you bring up the Alfred search window then hit command-comma it'll bring up Alfred prefs.  (Unless something has been oddly reconfigured on your mac). 

Link to comment
  • 8 months later...

I copied and pasted the code of twinpeaks in a "Run NSApplescript" action linked it to a keyword action but it is not working for me.

 

After I fired the keyboard shortcut in my file manager, the file manager is not the active application anymore but Alfred Preferences doesn't show up.

 

I checked it was not a keyboard shortcut problem.

Link to comment

It's possible to set a hotkey to open your Alfred Preferences - No need for AppleScript in this instance :)

 

- Create a workflow connecting a hotkey to a Launch Apps/Files object

- Navigate to Alfred in your Applications folder

- Right-click and choose "Show package contents"

- Within Contents > Preferences, you'll find the Alfred Preferences app, which you can drag as the application to launch in Alfred

- Set a hotkey of your choice

 

Close Alfred's preferences then use your newly set hotkey to re-open them quickly!

 

Cheers,

Vero

Link to comment
  • 1 year later...

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