So, I made a AI prompt that transforms my text then I use markdown shortcut to turn it into RTF then it displays in a floating window. Is there a way to get rid of that smaller clipboard content window?
How does your "Mark to rich" Shortcut work? The smaller clipboard content window might originate from there.
BTT doesn't have such a window, however I'm also not sure why the shortcut would show it.
maybe you have configured a clipboard did change trigger that somehow shows such an alert?
Have a look at the recently used section in BTT to see what hab been triggered recently
Not seen in the video but i did deactivate clipboard did change trigger part of the macro still shows the clipboard content mini window. Also new alpha update made these transform clipboard content with GPT macros not work correctly
maybe copy & paste your action sequence here or send it to me (andreas@folivora.ai) then I could try it
However that window must be coming from something you configured, BTT does not contain code that would show such on its own
@Sam_Younes I noticed that the smaller clipboard content window always starts with Most Recent Clipboard Entry: at the top of the window. I also noticed that this window looks like an AppleScript generated window. Your BTT configuration may very well be running AppleScript to generate this window. Maybe you'll be able to find it by running this command in your terminal:
osascript -e 'tell application "BetterTouchTool" to get_triggers' | grep "Most Recent Clipboard Entry"
The above command will search across your entire BTT configuration and search for the text Most Recent Clipboard Entry.
If running the above command outputs something, we may have found where this window is being generated from.
its found in quite a few places. "BTTAppleScriptString" : "-- AppleScript to display the most recent clipboard entry in a pop-up\n\ntry\n\t-- Get the current content of the clipboard\n\tset clipboardContent to the clipboard\n\ thats one example
did you import these triggers from somewhere or did you create them yourself?
I may have. I recreated them using the drop down menu, all is good now. Sorry about that Andreas. I could have sworn I created these using the dropdown menu before.
Thank you both for your help. Really appreciated it.
@Andreas_Hegenberg @fortred2
With pleasure @Sam_Younes.
I'm curious to hear how you use BTT with Anki. A person close to me uses Anking for medical school.
So basically there's a bunch of questions that I usually find myself asking especially with premade decks that dont explain why or how something is occuring. So ill use BTT to run the text through the prompt then it kicks out a floating window with the explanation. this allows me to stay on the card or qbank question etc.
Ex.


