Weird Clipboard Manager behaviors

Hi guys,
juI recently updated the app to version 4.973 and noticed that all my clipboard history and favorites had "disappeared".

Additionally, the CM has some weird behavior.
I can't see the most recent clipboard item "live,"
but I need to close and reopen the clipboard manager to view it.
Also, I can't access / see any other past items.

Before restarting the app and the operating system, I made a backup of the .BTTClipboardManager_SUPPORT and BTTClipboardManager_20241210.sqlite files.
I can see these files in the folder, but I backed them up just to be on the safe side :slight_smile:


Screenshots


Device information:

  • Type of Mac: MacBook Pro M1 Max
  • macOS version: Sequoia 15.2
  • BetterTouchTool version: 4.793

Thanks for your help,

  • Elios

it looks like the middle column that shows the entries somehow got resized to 0, can you try whether you are able to resize it to something bigger?

I‘ll add some code to prevent this

1 Like

Thanks for the reply.
Nope, I'm not able to resize the middle column, dammit.

Until this is fixed, could you try to run this terminal command while BTT is quit?

 defaults write com.hegenberg.BetterTouchTool "NSSplitView Subview Frames BTTClipboardSplitView" -array \
'0.000000, 0.000000, 170.000000, 540.000000, YES, NO' \
'1.000000, 0.000000, 265.000000, 364.000000, NO, NO' \
'267.000000, 0.000000, 308.000000, 364.000000, NO, NO'
1 Like

You're a legend! ;D