jloveblaze Posted March 30, 2013 Share Posted March 30, 2013 (edited) 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 March 30, 2013 by jloveblaze Link to comment
Tyler Eich Posted March 30, 2013 Share Posted March 30, 2013 Try hitting '⌘,' (that's command + comma) while Alfred is open. This should open his preferences Link to comment
twinpeaks Posted March 30, 2013 Share Posted March 30, 2013 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
jloveblaze Posted March 30, 2013 Author Share Posted March 30, 2013 Works perfectly. Thank you Twin Peaks! You rule! Link to comment
twinpeaks Posted March 31, 2013 Share Posted March 31, 2013 Glad I could help. Just reposting what dferg shared with us at an earlier point. jdfwarrior 1 Link to comment
Crimsonfilter Posted March 13, 2015 Share Posted March 13, 2015 Alfred preferences are set to open with (command comma) but my default settings open up finder preferences with that hotkey combo. I need to change one of them but I can't seem to figure out how. Any advice? Link to comment
dfay Posted March 13, 2015 Share Posted March 13, 2015 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
politicus Posted December 3, 2015 Share Posted December 3, 2015 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
Vero Posted December 3, 2015 Share Posted December 3, 2015 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 andybergon and yewty 2 Link to comment
politicus Posted December 3, 2015 Share Posted December 3, 2015 @Vero Thank you! One can also be done via Alfred file browser too ;-) Link to comment
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