I’m attempting to copy one of the fields from multiple entities in a table, so I built my string, put a button, a textfield, and It was working, hovewer, I don’t really want to press a button every time I copy that field’s value, so I’ve tried to use a shortcut for a button, but It did not work. It feels like the only way to use ClipboardTrigger is to click on a UI button, which is far from Ideal.
Tired of trying stuff, I decided to just ask here instead - is there a way to use shortcut for ClipboardTrigger? Or, to put it simpler, Is there a way to copy a string using shortcut without selecting that string anywhere in UI?