When I press and hold the Right-⌥+Right-⌘ (for 0.5 secs), I'd like a window to pop-up the displays the text clipboard. When the modifiers are released, I'd like the window to close.
This seems like a job for BetterTouchTool, but being a novice I'd appreciate any guidance.
Since the clipboard contents text can be lengthy, I was hoping to glance at the text (briefly) in a window larger than the clipboard manager. But now I see that the latter can be resized and that resizing seems to persists.
So to answer your first question, yes, the clipboard manager will work nicely.
correct -it will not, my example requires to first press cmd, then press opt and hold for 0.5s, if you want both ways to work then you'd need to create the same triggers with reverse order
With this approach, I'm able to quickly display the latest clipboard entry and also leverage the other features of the Clipboard Manager. I'm then using the same r⌥ Key Down, r⌘ Key Down; 0.5 secs to dismiss the Clipboard Manager.
Since I'm using the Setapp version of BTT, for now, I'm limited to BTT v5.750. Maybe v6.275 is not required because, per @Frank1 initial recommendation, I'm using Trigger only if no further keyboard input is recognized for rather than Sequence duration must be greater than.
In conclusion, thanks again for the help. It's great when the outcome is better than the original plan.