Hello Yellowstone,
Welcome to the QAP forum.
Yes. You could create a Snippet favorite named, for ex., "Paste as text" with only the following placeholder in it:
Assign a hotkey to your Snippet and you're done. This will paste the current content of the Clipboard as text in the active window.
About Snippets:
https://www.quickaccesspopup.com/how-do-...o-my-menu/
About placeholders:
https://www.quickaccesspopup.com/can-i-i...ceholders/
---
Alternatively, since you know AHK, you could create an AHK file with only these two lines in it:
Code:
Clipboard := Clipboard
Send, ^v
The first line will convert the content of the Clipboard to text only. The second will paste it. Now, in QAP, create an "Application" favorite and enter the path to your script.