p0deje/Maccy

Ignoring Adobe pasteboard types

alivault opened this issue · 2 comments

I'm trying to ignore Adobe Indesign copies because Maccy copies blank items. I tried to use "com.adobe.indesign" in Maccy's preferences but it's still not ignoring the copies and I see blank items in Maccy. How can I ignore Adobe pasteboard types?
Screen Shot 2020-06-18 at 2 41 58 PM

You need to know NSPasteboard type that are used for copied items. You can try to inspect the copied item using https://github.com/sindresorhus/Pasteboard-Viewer app.

  1. Open app.
  2. Copy something from InDesign.
  3. Observe any custom types you could use in sidebar:

Screen Shot 2020-06-19 at 08 36 23

  1. If there are any custom types you could ignore, add them to Maccy preferences.

That worked, thanks! I added com.adobe.indesign-interchange to Maccy's preferences and it ignores Indesign copies now.