Espresso Posted February 10 Share Posted February 10 (edited) Let's say I have a Script Filter that yields three items [1, 2, 3]. How would I set an Action Modifier for only item 1. That is, if I hold ⌘ and hover over item 1 I want to see some action, but if I hold ⌘ and hover over items 2 or 3 I do not want to see any action. Thanks Edited February 10 by Espresso Link to comment
giovanni Posted February 10 Share Posted February 10 assuming that you are hard-coding #2 and #3 (i.e. not generating them with a loop) you can specify mod objects for each item, see: https://www.alfredapp.com/help/workflows/inputs/script-filter/json/ Link to comment
Espresso Posted February 10 Author Share Posted February 10 Perfect, exactly what I was looking for. Thanks! 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