Service Free contextual menu

Hi

Is is possible to get rid of the services macOS includes in contextual menus. The list Tahoe includes is getting farcical, the application functions are getting lost in the junk.

I gott it working, nearly, using the MouseDown event on a text field. It was a bit of a hassle to get it working, but after selecting and processing an item the contextual menu with just the services is then displayed.

Any thoughts?

If you have it working in a MouseDown event, then you should just be able to return true at the end of that event.

Thanks for that.

That cured the problem.