1

I would like my app to react to a right mouse click on a free (no icon, other app window, ...) area of the desktop. Thank you if you can help me.

Steven

1 Answers1

0

You will need to inject code (finder plugin) inside the finder application.
Write finder plugin with method swizzling. and use mach_inject framework to inject that plugin into finder. Take a look at How to Write OS X Finder plugin

Community
  • 1
  • 1
Parag Bafna
  • 22,812
  • 8
  • 71
  • 144