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

Version 12.5 doesn't work #120

Closed
happysurf opened this issue Apr 19, 2016 · 3 comments
Closed

Version 12.5 doesn't work #120

happysurf opened this issue Apr 19, 2016 · 3 comments

Comments

@happysurf
Copy link

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.

@aviaryan
Copy link
Owner

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.

@aviaryan
Copy link
Owner

Issue #121

@happysurf
Copy link
Author

The Clipjump.ahk line changes fix the problem.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants