I'm trying to use my Windows 7 PC, and for some reason, Ctrl-C to copy and Ctrl-V to paste only work intermittently.

I have a third-party clipboard viewer installed, so I can see when Ctrl-C doesn't copy to the clipboard (there's no new entry) and also when Ctrl-V pastes glarp (the cursor moves, sometimes several lines) instead of what's on the clipboard.

I've checked the keyboard and mouse drivers, run a system scan, checked the event log and a bunch of other things I've seen online, and haven't found a resolution.

Any other ideas for things to check or try?

link|improve this question
Programs have to support Ctrl-C and Ctrl-V. So it could be windows, or the program you're using. – Anonymous May 25 '11 at 18:50
feedback

migrated from stackoverflow.com May 25 '11 at 20:16

This question came from our site for professional and enthusiast programmers.

3 Answers

You might want to check carefully any programs with clipboard-related functionality. I use a program called TinyGrab that takes screenshots and then puts a URL to them in the clipboard, and in older versions sometimes it would crash out and the clipboard would stop working entirely. I'm not sure how this happens, but it did.

link|improve this answer
feedback

You say that Ctrl+V makes the cursor move, but doesn't paste what's on the clipboard. If you doubt what's on the clipboard, open up windows notepad and press Ctrl+V. If the clipboard contains text, you'll see it. If it just seems to make the cursor move, the the clipboard has some spaces, tabs, and/or linebreaks. Believe it. It seems likely that something is interfering with the clipboard, quite possibly your clipboard utility. Does this behavior continue when it isn't running? Not all clipboard utilities are good about not interfering. I know, because I wrote one, and I sent to a lot of trouble to make sure that I stayed out of the way of the primary copy/paste activity.

link|improve this answer
feedback

for me Ctrl+V does not work simultaneously with ScreenGrab Pro in Win7 - a very nice utility. checked several times, this was the reason. otherwise go to control panel, uninstall keyboard driver and restart the computer

link|improve this answer
feedback

Your Answer

 
or
required, but never shown