I want to have a trigger for CTRL+C which opens Cursor editor. But, when I'm in Cursor editor, first I don't need the shortcut to be recognized, and second I want to be able to send SIGINT signal to integrated terminal by pressing CTRL+C. Is there a way to define a shortcut "for all apps", but not for Cursor app?
you can either configure that shortcut specifically for cursor - but then disable the shortcut or assign the “do nothing / apple default” action
Or you can create a conditional activation group that specifically excludes cursor
1 Like
Amazing! Thanks!
That's exactly what I was looking for:
https://docs.folivora.ai/docs/1400_conditions.html
I just copy/pasted the trigger over from "For All Apps" to newly created "All apps but Cursor" condition group with the following conditions: appName != "Cursor"
Thanks!
1 Like