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
Version 12.5 doesn't work on my XP this morning. Nothing is captured with Ctrl+C and nothing is pasted with Ctrl+V shortcut.
The text was updated successfully, but these errors were encountered:
Yes. I just got to know about this today, thanks to @Gabr-F ( #114 (comment) ). I will come up with a fix soon. In the meanwhile, you can manually edit Clipjump.ahk to fix this. You just have to change line 412 and 413. (https://github.com/aviaryan/Clipjump/blob/master/Clipjump.ahk#L412)
timeDiff := TickCount64() - lastClipboardTime lastClipboardTime := TickCount64()
Replace TickCount64() by A_TickCount.
Sorry, something went wrong.
Issue #121
The Clipjump.ahk line changes fix the problem. Thanks.
No branches or pull requests
Version 12.5 doesn't work on my XP this morning.
Nothing is captured with Ctrl+C and nothing is pasted with Ctrl+V shortcut.
The text was updated successfully, but these errors were encountered: