Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to paste into Blender #2623

Open
KristjanLaane opened this issue Feb 26, 2024 · 0 comments
Open

Fail to paste into Blender #2623

KristjanLaane opened this issue Feb 26, 2024 · 0 comments
Labels
bug help wanted Needs a volunteer to investigate/implement the issue Windows Relates to Windows OS

Comments

@KristjanLaane
Copy link

Describe the bug
Copyq is not working when attempting to paste into active window of Blender (3D software)

I have already tried setting the undocumented copyq option of paste_with_ctrl_v_windows=".*" #633 - it neither works with Ctrl V nor with the default Shift Insert

And the interesting thing is that ClipboardFusion, another clipboard manager, is able to paste into Blender no problem, so it means it is possible in principle

To Reproduce

  1. Install Blender if you dont have it https://www.blender.org/download/

  2. Open Blender

  3. Put cursor into any textbox, for instance this one in the top right corner:
    image

  4. Call a menu with global shortcut with command:

copyq:
menu("YourTabName")
  1. Activate a text item from the copyq list to paste into Blender
  2. That text is not pasted when that very same text is successfully pasted into other applications

In the background the activated text is put into clipboard and the logs show as if everything is fine, at least to me:

DEBUG [2024-02-25 17:05:14.433] : Pasting item from tray menu to "* (Unsaved) - Blender 4.0".
DEBUG [2024-02-25 17:05:14.450] : Paste with Ctrl+V requested with option "paste_with_ctrl_v_windows" for window "* (Unsaved) - Blender 4.0".
DEBUG [2024-02-25 17:05:14.454] : Window 131792 "* (Unsaved) - Blender 4.0": Attached foreground thread
DEBUG [2024-02-25 17:05:14.478] : Window 131792 "* (Unsaved) - Blender 4.0": Raised
DEBUG [2024-02-25 17:05:14.488] : Saving items on application state change (2)
DEBUG [2024-02-25 17:05:14.507] : Window 131792 "* (Unsaved) - Blender 4.0": Attached foreground thread
DEBUG [2024-02-25 17:05:14.519] : Window 131792 "* (Unsaved) - Blender 4.0": Raised
DEBUG [2024-02-25 17:05:14.526] : Clipboard changed, owner is " /1"
DEBUG [2024-02-25 17:05:14.530] : onMonitorClipboardChanged: own clipboard, owner is " /1"
DEBUG [2024-02-25 17:05:14.534] : Executing: copyq onOwnClipboardChanged
DEBUG [2024-02-25 17:05:14.643] : Window 131792 "* (Unsaved) - Blender 4.0": Paste successful
DEBUG [2024-02-25 17:05:14.671] : Focus window is "* (Unsaved) - Blender 4.0"
DEBUG [2024-02-25 17:05:18.618] : Focus window is ""
DEBUG [2024-02-25 17:05:18.660] : Window 527330 "Surpri - CopyQ": Raised

Version, OS and Environment

  • Application Version 7.1.0
  • OS Windows
@hluk hluk added help wanted Needs a volunteer to investigate/implement the issue Windows Relates to Windows OS labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help wanted Needs a volunteer to investigate/implement the issue Windows Relates to Windows OS
Projects
None yet
Development

No branches or pull requests

2 participants