[IPython-dev] Single click copy+paste in IPython notebook?
Thomas Kluyver
takowl at gmail.com
Fri Jun 26 12:55:32 EDT 2015
You could have a go at doing that in an extension. It's probably too
fragile to include in the notebook by default, given all the other things
that middle click can mean.
Thomas
On 26 June 2015 at 09:26, Anton Suchaneck <a.suchaneck at gmail.com> wrote:
> Hello!
>
> I'd like to use single click copy+paste in the IPython notebook - as it is
> found in some advanced editors.
> Single click means:
> * My cursor is at the destination position
> * I press the middle mouse and start selecting text at some other place.
> Meanwhile the actual cursor isn't moving
> * as soon as I release the middle mouse now, the selected text is inserted
> at the position where my curser was at the beginning.
> I used only a single mouse click and no keyboard for this.
>
> Is it possible to include this into the IPython notebook?
> Where would that be (extension, codemirror, browser, OS, ...)?
>
> Cheers,
> Anton
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150626/6cfc2b9d/attachment.html>
More information about the IPython-dev
mailing list