M BUZZ CRAZE NEWS
// news

Working Ctrl+X and Ctrl+V, but not Ctrl+C, in ALL apps

By Daniel Rodriguez

I have an annoying problem with clipboard that makes me sick.

I can only copy text when cutting it. I cannot copy with Ctrl+C; Also, applications sometimes cannot put text to my clipboard (eg keepassx) - they just clearing clipboard or so. I am not sure what causes this, could not find a solution.

My problem is not with terminal or a particular application, it touches all the system and all apps.

I have several input languages, English is at the top of the list.

UPD: Ctrl+A also not working. No solutions working.

8

3 Answers

Here's a related link to a fix for gnome-terminal. It might work for you too though:

Courtesy of Soren:
stty sane
and see if it fixes the problem, also check if the intr is set correctly using:
stty -a
If you find that intr is set to something different than ^C, then you can also fix it by typing
stty intr ^v^c

7

Check your keyboard shortcuts. There may be an incorrect setting.

1

That was the keyboard wasn't working. I actually had symbol ` stuck (always pressed) that was blocking specific shortcuts like Ctrl+C, Shift+Alt+* and etc.

Thrown it out of the window

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy