You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a long time Xorg user and I prefer to interact with my clipboard passively/implicitly by simply selecting text and middle-mouse-buttoning it somewhere else. I often interact with browser URL bars like this, but Lagrange only appears to copy selected text to clipboard after you hit Ctrl+C. Pasting using the MMB appears to work decently enough though.
The text was updated successfully, but these errors were encountered:
#162 is indeed related. From an admittedly selfish perspective, I feel that my particular issue might be resolved by simply calling SDL_SetClipboardText() once a selection is made, without waiting for a keyboard trigger. This would cause the selection to end up in the primary clipboard and represent standard Xorg convention. Dealing with Ctrl+C in the way that people seem to expect appears to be more work.
skyjake
changed the title
Support implicit/passive clipboard interaction (Xorg)
Set clipboard contents when selecting text — Xorg implicit/passive clipboard interaction
May 4, 2021
I'm a long time Xorg user and I prefer to interact with my clipboard passively/implicitly by simply selecting text and middle-mouse-buttoning it somewhere else. I often interact with browser URL bars like this, but Lagrange only appears to copy selected text to clipboard after you hit Ctrl+C. Pasting using the MMB appears to work decently enough though.
The text was updated successfully, but these errors were encountered: