“Selecione para copiar e meio clique para colar” no Windows

41

Existe algum aplicativo para imitar o comportamento "Selecionar para copiar e meio Clique para colar" no Windows? Eu estava esperando encontrar um script AutoHotkey para isso, mas não consegui. Talvez alguém aqui possa hackear rapidamente um para isso:).

    
por swamplord 17.12.2009 / 14:01

3 respostas

16

Bem, há o True X-Mouse Gizmo , se isso funcionar na sua versão do Windows (é um pouco datado).

    
por 17.12.2009 / 14:29
21

Se você está procurando um script AutoHotkey , isso provavelmente deve ser feito!

Here's an implementation for copy on select. You can simply select some text and it is copied immediately without having to press ctrl+c.

Conveinent middle button paste is also provided, but with a twist. Middlebutton is useful in browsers, so there is a short time (configurable) while you can paste with the middle button after copy, before original middleclick functionality is restored.

Also, if you click with the right button it cancels middlebutton paste.

Since after selection you usually click with the left button to the place where you want to paste, so that you put the focus there, it is done automatically when using middlebutton pasting.

clipx integration is also added to Ctrl+middlebutton.

I've been using the script for a few days and it's quite convenient. Sometimes the copy tooltip appears unwantedly when something is dragged, but it doesn't cause any problems.

    
por 17.12.2009 / 15:06
11

Confira AutoClipX .

AutoClipX is a highly configurable program that automatically copies selected objects to the Windows clipboard like text, files and folders. Quickly paste what you have copied by clicking a mouse button! AutoClipX runs quietly in the system tray while you work as usual.

    
por 01.02.2012 / 14:48