Clipboard manager missing macshot copy

Macshot grabs (images or colorpicker values) don’t appear in the BetterTouchTool clipboard while they do appear in other clipboards like in Keyboard Maestro.

seems to work fine here, which version of Macshot have you been using?

Is the clipboard manager maybe disabled for the app you have been capturing?

Hmm was idd not active, it works now as expected. My apologies

Hey StanN, this app seems great. However I have an issue, whenever I try the "Capture Area", BTT triggers the "TextSelectionMenu" CAG and therefor I cannot annotate my screenshot. As long as I disable the trigger "Text Selection Did Change" everything is working normally.

For the "TextSelectionMenu" CAG I have the following conditions:

bundleIdentifier != "dummy" OR appName != "macshot"

and for the trigger I also have Condition: active_app_name != "iScreen Shoter" OR active_app_name != "macshot"

but despite that the text selection menu is triggered. I guess this is because "macshot" is never the "active" app? Are you using the "TextSelectionMenu"?

My wordaround is to create a CAG with condition appName == "macshot" and not triggers, but not sure if this is the best one?

Yeah I have excluded macshot in the TextSelectionMenu CAG conditions.

What are your TextSelectionMenu CAG conditions?