Closed GoogleCodeExporter closed 8 years ago
It would also be useful if you could paste e.g. an entire transcript into
Gargoyle
and have it queue every line as a separate input.
Original comment by bcressey@gmail.com
on 30 Oct 2008 at 3:43
[deleted comment]
Original comment by bcressey@gmail.com
on 7 Nov 2008 at 10:52
Original comment by bcressey@gmail.com
on 1 Dec 2008 at 4:38
Original comment by bcressey@gmail.com
on 15 Dec 2008 at 8:09
Fixed in r230.
I decided not to implement the Ctrl+C / Ctrl+V sequences. Instead, selected
text is
copied to the clipboard immediately. Middle or right clicks paste the contents
of
the clipboard.
Linux uses middle clicks for the selection buffer and right clicks for the
explicit
copy buffer. The distinction is not meaningful under Windows, so both buttons
do the
same thing there.
Original comment by bcressey@gmail.com
on 7 Jul 2009 at 10:47
Confirmed working under Ubuntu 8.04. Thanks!
Any particular reason to not implement Ctrl+C/Ctrl+V? As best I can tell,
they're
not used for any other purpose, and it is a common idiom on both Windows and
Linux.
Original comment by Alan.A.D...@gmail.com
on 11 Jul 2009 at 8:19
There were some early considerations that argued for a simplified model that
didn't
depend on keyboard input. But performance considerations quickly made the
implementation more sophisticated.
As a practical matter there's no good reason at this point not to use Ctrl+C /
Ctrl+V
instead of "release left button" and "click right button." There are some
related
bugs to fix, as the Glk window that has the focus isn't always obvious and isn't
always the one responding to key event. But those have to be fixed in any event.
I'll update the behavior before the next release.
Original comment by bcressey@gmail.com
on 12 Jul 2009 at 3:25
Implemented Ctrl+C/Ctrl+V in r238.
Original comment by bcressey@gmail.com
on 14 Jul 2009 at 11:18
Original issue reported on code.google.com by
Alan.A.D...@gmail.com
on 30 Oct 2008 at 3:29