ii8 / havoc

minimal terminal emulator for wayland
Other
103 stars 17 forks source link

How to use clipboard? #9

Closed kindaro closed 4 years ago

kindaro commented 5 years ago

Selected text does transfer to PRIMARY buffer, and from there can be pasted, for instance, with middle mouse click or triple tap. But I wonder if there is a way to use the CLIPBOARD buffer. Most applications favour it anyway, and there is even a conversation in the direction of limiting and eventually dropping the PRIMARY support.

It is generally considered that Ctrl+Shift+C may be used to copy and Ctrl+Shift+V to paste from the CLIPBOARD buffer. Such key bindings would not overshadow any terminal input.

ii8 commented 5 years ago

That is not implemented at the moment, only primary selection is.

ii8 commented 4 years ago

Copy-pasting to/from CLIPBOARD is possible now with Ctrl-Shift-c and Ctrl-Shift-v, 7ef9ad227538a3034adacdb20f9d0559e5145008. I plan to make keybindings properly configurable before the next release.

ahmadraniri1994 commented 2 years ago

Hello, sorry to bother you, I can't paste to havoc when copying text from outside havoc (e.g, browser), I use default keybinding.

Turns out it just happen on qutebrowser and other qt apps.

ii8 commented 2 years ago

@ahmadraniri1994 I've addressed this comment in #43