views:

117

answers:

5

Hello, since some days ago I have a problem with VS2008 in a daily task.

Every time I double click a word in the text editor, it goes automatically to the clipboard (as if I pressed CTRL+C after the double-click), which is really annoying.

I've googled but I found nothing. I've search through VS2008's options and found nothing.

I don't remember clicking on such an option (I wouldn't have done so). Maybe I did without being aware of, or maybe it was a keyboard shortcut that activated it.

How can I turn off this option?

Thanks!

A: 

Is it possible that some key on your keyboard has been accidentally stuck up.

I had this weird behavior a few times and found that the keyboard's control key was stuck down.

Probably you are having the same problem. Can't think of any other thing.

Kevin Boyd
Hmm, I would say that it is unlikely. I have no other noticeable strange behaviors. Also, it only happens (the automatic ctrl+c on double-click phenomenon) on VS2008.Thanks anyway.
Bruno Reis
Is it possible that you have a macro enable in VS that emulates this action .Just check under your macros, whether some have been accidentally added.
Kevin Boyd
I've checked it, there are no macros. This is still a mystery...
Bruno Reis
Anything like the Visual Studio 2008 PowerCommands extension installed, probably that may be working overtime.Try disabling it.
Kevin Boyd
A: 

Have you got any specific software installed for the mouse? (Logitech ones sometimes come with software that let you configure gestures per app)

Irfy
No mouse software installed. My mouse is a basic mouse from Dell (two buttons + scroll wheel).
Bruno Reis
A: 

Do you have some addins installed? Maybe something like coderush or refactor could cause this?

slamidtfyn
I have Resharper installed. I've tried disabling it already, but the behavior was still there. Furthermore, I've searched through Resharpers (huge) configs and found nothing!
Bruno Reis
A: 

Maybe you have Visual Assist X or Resharper installed that could be malfunctioning or misconfigured, try disabling them.

Kevin Boyd
Everything disabled.
Bruno Reis
+1  A: 

I've found it... It was an old dictionary software that, when running, was monitoring for doublie-clicks and the clip-board, to do automatic searches...

Bruno Reis