Working with clipboard can be like a hell. Sometimes Ctrl+C
just don't work and if you copy some text on, say, web browser you can't normally paste in somewhere else. Especially between Terminal and other programs. Sometmies you have to paste with Ctrl+Shift+Insert
sometimes Ctrl+V
.
Is there any way to unify handling clipboard?
You can bind the copy-paste to middle click using
xsel
andxvkbd
.First, install the packages:
Now, run the following command:
You can also bind this to a keyboard shortcut from System Settings > Keyboard > Shortcuts.
More on
xsel
:Taken from www.techrepublic.com:
To learn more about
xsel
, either visit the link above or go here.