|
From: Ethan A M. <sf...@us...> - 2014-10-31 19:22:23
|
On Saturday, 01 November, 2014 03:57:01 Jun T. wrote:
> I haven't been following this long thread, but
>
> 2014/10/31 09:03, Ethan A Merritt <sf...@us...> wrote:
> > I added it to cvs for 5.1 but I'd like to hear whether it does or
> > doesn't work on Windows and OSX
>
> I tried cvs HEAD and the Export to File works fine on OSX,
> but the Copy to clipboard (pasteboard) button is now gone.
> Is it possible to have both?
I agree. I was hoping that someone, maybe Dan Sebald, can find a
clever way to make "clipboard" act like a filetype in the selection widget.
> When copying the plot to the clipboard, I prefer PDF format rather than
> PNG (either on wxt or qt). Is this possible?
I don't know.
> It would be also great if I can copy the plot just by typing cmd-C (Mac)
> or ctrl-C (Windows/Unix, or other key if ctrl-C can cause interrupt).
Petr Mikulik mentioned that there is an undocumented command
"screendump". I did not know about this. If "screendump" works
on your system, then I would expect that you can bind it to whatever
key you like using the "bind" command.
bind "ctrl-c" "screendump"
But right now I think this command must only exist for Windows.
Petr said:
> This reminds me: there is an undocumented command for printing
> the current graph (i.e. for showing a Print(er) dialog):
> screendump
> This, however, works for the "windows" terminal only, otherwise
> gnuplot says
> screendump not implemented
Ethan |