On Wed, Dec 29, 2010 at 03:13:02PM -0500, Benjamin Johnson wrote:
On Wed, 29 Dec 2010 14:56:43 -0500, corvid <corvid@lavabit.com> wrote:
It has that mechanism where you highlight text with the left mouse button to select it and middle button to paste somewhere, but it doesn't do the one that uses control keys (which I've never understood the value of).
Non-X11 systems don't have the select-and-middle-click mechanism, and with most X11 toolkits (Qt, GTK+, etc.), the control key mechanism is more persistent.
Anyway, thanks for the answer. That's one of the next things I was planning to implement.
Hm, I would have thought that copy/paste just works on Windows via the fltk::copy() call in FltkPlatform::copySelection(). Does copy/paste work for fltk2/test programs on Windows? Cheers, Johannes