We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On macOS (tested on Mojave 10.14.5) native event handlers in the clipboard monitor process are not called when current window changes.
This means that clipboard owner will be incorrect.
The text was updated successfully, but these errors were encountered:
OSX: Fix clipboard owner window title
db7dad1
Fixes #1183 Signed-off-by: Lukas Holecek <[email protected]>
4886dd7
Hey hluk, I was the one that emailed you about this issue. How would I go about getting this bug fix into my version of copy?
Sorry, something went wrong.
@leooangeloo It will be in the next release but not yet sure when I'll be able to do it.
You can add following command to CopyQ to work around this issue.
[Command] Command=" var onClipboardChanged_ = onClipboardChanged onClipboardChanged = function() { setData(mimeWindowTitle, currentWindowTitle()) }" Icon=\xf2d0 IsScript=true Name=Set Current Window
Alternative is to build it from source.
@hluk Should this ticket remain pinned?
hluk
No branches or pull requests
On macOS (tested on Mojave 10.14.5) native event handlers in the clipboard monitor process are not called when current window changes.
This means that clipboard owner will be incorrect.
The text was updated successfully, but these errors were encountered: