Skip to content

Releases: CemraJC/clickfix

Major Update: Support for AHK v2

06 Nov 00:36
Compare
Choose a tag to compare

Updated to support AHK v2 syntax

AutoHotKey (the basis for ClickFix) has seen some pretty major changes since ClickFix was first released.

In the interest of keeping things current, I have re-written the ClickFix script for the latest AHKv2 syntax. Some fairly big differences in language between the two, but I believe the functionality should be identical.

Thanks to analytics, I know that at least 30,000 people have downloaded the software - so to hold-off the risk of deprecation, this release should also make it easier for people to download and run the script directly, rather than relying on the .exe that ends up attached to these releases.

Here's to many more years of ClickFix!

As usual, downloads below πŸ‘‡

Version 3.1 - Fresh Compile, No Compression

27 Feb 22:08
Compare
Choose a tag to compare

Issues with antivirus were brought up as potentially due to the EXE compression scheme - so the latest build has no compression (not that it's a particularly large file anyway!)

The original script has been recompiled with version 1.11.36.06e of AutoHotKey, which I'm hoping will resolve some of the other issues around mouse-hook conflicts with software running at elevated permissions.

As always, the downloads are below: πŸ‘‡

Version 3! Five-year update!

16 Jun 08:59
Compare
Choose a tag to compare

ClickFix has been alive for 5 years!

Hello everyone - over the time that clickfix has existed, its core functionality has persevered with only minor updates.
In fact, it has been two full years since the last release, during which time we have had over 20,000 downloads of the software.

In the spirit of keeping things up-to-date, some more minor improvements have been made, and the latest version has been built from the newest version of AutoHotKey.

Hopefully this will help iron out some bugs that people have been finding with the old version - operating systems tend to change quite drastically in a 2 year period!

As usual, find the downloads below! πŸ‘‡

Added Support for Foward and Back Buttons!

29 Jan 10:29
Compare
Choose a tag to compare

Now, every standard mouse button (right, left, middle, forward and back) is supported!
Special thanks to wesamco for this contribution πŸŽ‰

Disabling Hotkey

27 Oct 23:59
Compare
Choose a tag to compare

We've added a feature request to disable the functionality of ClickFix with the Ctrl + Shift + ~ hotkey!

If ClickFix is disabled, you will see the icon with a cross on it. You will also get a warning if you open settings while the program is disabled.

Versioning Fixes

26 Sep 05:59
Compare
Choose a tag to compare

There was a problem with the Automated Version Control updater script - it's fixed now, so the About screen reflects the actual version of the software.

Not exactly a major bug, but hey. 🐰

Up Events!

16 Sep 04:31
Compare
Choose a tag to compare

Double the anti-double click-ness! 🐭

Modified some bits to debounce mouse-up events as well as mouse down.

Applied bug spray

24 Aug 05:03
Compare
Choose a tag to compare

Finally found a solution to the infamous sticky-window problem! We have also made the icon look "less terrible". I wish I had Illustrator...

Anyway! If you're an interested programmer of AutoHotKey, simply add "Critical" to the hotkey declaration to logically separate its thread from the GUIs. For everyone else, enjoy a slightly better ClickFix.

Also, be sure to checkout the brand new click tester (at the bottom of the homepage) πŸ˜„

Multi-sliders!

03 Aug 04:38
Compare
Choose a tag to compare

Due to popular request, the main settings interface now implements pressure sliders for individual mouse buttons!

This will give you better control over how much debouncing is needed for each mouse button. For example, it has been known that a left button needs 50ms of delay, while a middle click needed 250ms! Having 250ms applied to the left click makes it difficult to double click.

Enjoy! πŸŽ‰

P.S. Still not much progress on the Snipping Tool Bug, sorry πŸ˜•

Better Clicks, more bugs :(

03 Aug 04:36
Compare
Choose a tag to compare

Now implemented: a better click handling logic that will block (rather than hold down) extra clicks! This makes the script much more reliable and decreases the noticeable effects of click-lag.

Unfortunately, the Snipping Tool bug has returned and there have been reports of other programs and games causing similar buggy behavior. Because this is an issue with the internal AutoHotKey mouse handler, there's not much I can do yet. But! We're still working on it and will make sure to mention it when this is fixed.

Although there are minor bugs, I still encourage you to try it out - just be warned that you may need to exit or restart ClickFix if troubles arise. 🎈