Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignoring Adobe pasteboard types #125

Closed
alivault opened this issue Jun 18, 2020 · 2 comments
Closed

Ignoring Adobe pasteboard types #125

alivault opened this issue Jun 18, 2020 · 2 comments
Labels
needs triaging Further information is requested

Comments

@alivault
Copy link

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

@p0deje p0deje added the needs triaging Further information is requested label Jun 19, 2020
@p0deje
Copy link
Owner

p0deje commented Jun 19, 2020

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.

@alivault
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triaging Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants