Linux systems allow to select text, which can be paste using middle mouse button click.
It works fine with PyQt applications ; however, how do I access this “mouse” clipboard ?
It seems QClipboard
only corresponds to the classic copy/paste clipboard.