No Shortcuts in list

Posted:
Tue Nov 30, 2021 5:22 pm
by tamarax
When I try to make an action that uses Run Shortcut, there's no Shortcuts in the list.
If It's relevant, I just migrated my user data to a new laptop and the old one couldn't have Monterey. So I don't know if there's something in the application data that isn't looking for shortcuts?
Re: No Shortcuts in list

Posted:
Wed Dec 01, 2021 10:14 am
by Mr_Noodle
Are you comfortable using the commandline? If so, try the following:
- Quit Hazel
- Enter the following command:
- Code: Select all
open -a "Shortcuts Events"
- Launch Hazel and check the Shortcuts list.
Re: No Shortcuts in list

Posted:
Thu Dec 09, 2021 7:08 am
by Andreas21
Mr_Noodle wrote:Are you comfortable using the commandline? If so, try the following:
- Quit Hazel
- Enter the following command:
- Code: Select all
open -a "Shortcuts Events"
- Launch Hazel and check the Shortcuts list.
I have the same problem.
When I run this command in Terminal I get the error message: Unable to find application named 'Shortcuts Events'
How can the problem of Shortcuts not showing in Hazel be resolved?
Re: No Shortcuts in list

Posted:
Thu Dec 09, 2021 10:26 am
by Mr_Noodle
Try the following version of the command then:
- Code: Select all
open -a "/System/Applications/Shortcuts.app/Contents/Library/Helpers/Shortcuts Events.app"