Cannot paste items directly from clipboard meta+v menu without also using ctrl+v

I’ve just installed Debian 13 on my laptop, I like the interface of KDE and selected that opening my session. I selected the x11 version.

My problem is that when I press “meta + v” and open the clipboard widget when I click any item on the clipboard history doesn’t paste anything.

Pressing any of those items doesn’t do anything:

Here are the screenshots of the configuration menus:

Maybe I should configure the action? I don’t understand that button and configuration.

Please help, I use the clipboard history quite a lot…

I’m back at using linux since a very long time, so please bear with me…

2 Likes

AFAIK Double clicking an item puts it in your buffer, you should then CtrlV to paste it - did you miss that step?

CtrlV three times:
Double clicking an item Double clicking an item Double clicking an item

1 Like

Thanks, didn’t know that worked like that.

Is there a way to configure the pasting as a simple click of the clipboard item?

I mean:

  1. open the clipboard with “meta + v”
  2. then clicking the item to paste in the text.
1 Like

MiddleClick - I just pasted that clicking clipboard then middle clicking to paste :wink:

Clickety click MiddleClick MiddleClick MiddleClick

:+1: Yup!

Doesn’t work for me like that.

I think even single click will do that.

What @ben2talk meant is that you first select the entry which you want to paste and then paste with middle click at the target location.

As an alternative to CTRL+V or using the application’s paste action

2 Likes

I get it but doesn’t quite work, works 1/3 of the time with the middle click, I have to press middle click like 10 times to actually paste. I wish that it could be with 1 left-click from the “meta + v” summoned widget.

there are TWO paste buffers in KDE plasma…

  1. the main clipboard one is filled by the copy or Ctrl-C command

    • you can paste from 1 using the paste or Ctrl-V command
  2. the quick paste one is filled whenever you highlight text with your cursor

    • you can paste from 2 using the middle mouse button

the clipboard (system tray or Meta+V) shows your clipboard history with the main paste buffer contents shown at the top of the list.

choosing a different item from the history will move the chosen item into the buffer and move the old item back down into the list… it also seems to displace whatever was in the quick paste buffer, so that content is lost, which is something to keep in mind.

regardless, you still need to use the paste or Ctrl-V command, or use the middle click, if you want to actually paste anything from either of these buffers.

1 Like

I’m currently working on a feature to support this.
You can view the original conversation here:

2 Likes

Thank you, it will be a quite of an improvement.

Is there an update on this? This is still an issue. This feels like a bug, not an intentional design. You open that menu, click on the thing, and nothing seems to happen, the window just closes with no feedback. Some of us also work on laptops without access to mice so hiding crucial, common functionality like the clipboard behind mouse 3 makes working on a trackpad just that bit more clunky

That is likely a misunderstanding.

The “middle mouse paste” is an additional mechanism, usually used to insert the text last selected with the mouse.

Standard clipboard can be accessed in the traditional way, e.g. Edit menu actions, context menu actions and keyboard shortcuts.

1 Like

I’m aware, what I’m referring to is when opening the clipboard history with Meta+V and left clicking on one of these items, the text isn’t pasted into whatever text box is currently focused. It only closes the window with no feedback and copies the text to the current clipboard so you can now insert it manually by pressing Ctrl+V, or mouse 3. I expect left clicking an item in the history to paste it right away, same as on windows, same as on my default android keyboard’s clipboard history

1 Like

Hi, welcome to the madhouse forum.

The ‘Clipboard’ isn’t behind the middle click - that just pastes the current selection which is NOT in the clipboard.

This is interesting, because I don’t actually know anyone that dropped the use of a mouse - My wife just took delivery of a GooJoDoq mouse (M21) tri-mode (wired/2.4G/dual bluetooth) which she could optionally connect to her laptop, also her phone and tablet… I also have no interest to give up using a mouse unless something better comes along at a good price.

I see text in the next window and I want to paste it here, and without my middle mouse…

However, I think also there are alternatives to actually using a middle mouse button, I found a few some time ago when my mouse started failing intermittently…

  • Two-button click emulation is what worked for me - it was a long standing X11 trick that also works in Wayland.

  • I think you can assign a three-finger tap or swipe to ‘middle click’.

Android keyboard can “paste” because it’s an input method, whose purpose is exactly inserting text into apps. Input method can paste text in KDE, too. E.g., fcitx5 can do that as I mentioned in the other thread.

Pasting pictures is another story. Kwin has an libei interface that your clipboard manager can use to inject Ctrl-V into the app. But the problem is it’s not always Ctrl-V and there’s no way to know.

If our keyboard has a “paste” key, and all apps handle that, it would make things a lot easier.

1 Like

You guys are getting hung up on pasting with middle click… The issue described here is the META+V menu not pasting directly when an item is clicked. When an item is clicked, the window closes with no feedback and only copies that text into the clipboard, requiring you to paste the clipboard. That’s the bug. Nothing to do with middle click. It’s all about the META+V window not behaving as expected

5 Likes

Coming from Windows that’s what I expected initially to happen but after a while using it the Windows approach started to feel weird. I think if the “on-option-select paste” ever gets implemented then it should be an option not the standard behavior

I’m no expert on user interfaces, but it doesn’t sound too difficult to implement. I hope the community can develop it. It would make the transition from Windows much easier, and all in all, I think it’s a useful feature.

Windows clipboard managers do what I said above: simulate a Ctrl-V key press. It can be done in Plasma. It won’t work in terminals / vi / emacs, because the hotkey for pasting is different. (I guess that’s also the case for Windows.)

It might still be useful, yeah, although not always working.

1 Like

From time to time we see similar issues - like middle-click scrolling (we middle-click to paste in many contexts), or 'drag ‘n drop to move by default’…

So yes, Windows is the most trackpad friendly option - click=paste.

Plasma is safer - you click, then you paste… so adding an option to click-paste wouldn’t be a bad idea.

There is an option to set this in CopyQ, however it doesn’t actually work for me in Wayland, but it does work in an X11 session.