loris Posted January 16, 2013 Posted January 16, 2013 I might have missed it, but this is something I used a lot in Alfred v1 and can't find a way to do in the Beta: Set a hotkey to open Alfred directory browser on a specific path (for instance my home folder). All I can do right now is a hotkey to open that path in Finder.
jdfwarrior Posted January 16, 2013 Posted January 16, 2013 So... I THINK I know what you are looking for. You want to set a hotkey to be able to open a preset folder in the file navigation? If so, this is kind of a round about way to do it but you could always connect a hotkey to run an applescript like this: on alfred_script(q) delay 0.1 tell application "System Events" to keystroke space using command down delay 0.5 tell application "System Events" to keystroke "/Applications" end alfred_script That will open Alfred and start the browser in /Applications
aiyo Posted January 17, 2013 Posted January 17, 2013 I would also like to see this feature reintroduced, maybe as an action "Navigate to File/Folder" or something. Would be quite useful for Script Filters and Keywords as well as Hotkeys.
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