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

Incorrect paste from CopyQ window while AutoHotKey script running #1281

Closed
Laweena opened this issue Dec 12, 2019 · 2 comments
Closed

Incorrect paste from CopyQ window while AutoHotKey script running #1281

Laweena opened this issue Dec 12, 2019 · 2 comments
Labels

Comments

@Laweena
Copy link

Laweena commented Dec 12, 2019

Hi - I think this is an incompatibility with my particular script, but whenever I have autohotkey running, pasting from the CopyQ window results in "0" no matter what the clipboard content was. When I close my autohotkey script, CopyQ functions normally.

I tried to narrow in on which line was causing it, and it was a remapped key:
AHK script line:
NumpadIns::Numpad0

I'll try to find a workaround in my AHK script but I'm not sure why this was interferring with CopyQ. It would seem the zero is coming from this key remap somehow?

This is on Windows 7 64-bit, CopyQ version 3.9.3

@Laweena Laweena added the bug label Dec 12, 2019
@hluk
Copy link
Owner

hluk commented Dec 15, 2019

CopyQ send Shift+Insert to target window to paste content.

You can change it to Ctrl+V for all or specific windows: #633 (comment)

@Laweena
Copy link
Author

Laweena commented Dec 16, 2019

Thanks, that fixed it!

@Laweena Laweena closed this as completed Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants