[分享发现] 感谢作者 CemraJC 写的 ClickFix 救活了我单击变双击的鼠标

只支持 Windows ,原理: ClickFix is very simple. Most of the script's length is actually the interface logic. As mentioned in the about section, all it does ...
[分享发现] 感谢作者 CemraJC 写的 ClickFix 救活了我单击变双击的鼠标
[分享发现] 感谢作者 CemraJC 写的 ClickFix 救活了我单击变双击的鼠标

只支持 Windows ,原理: ClickFix is very simple. Most of the script's length is actually the interface logic. As mentioned in the about section, all it does is debounce the mouse clicks. Every time you click a button that is targeted for fixing, ClickFix will hold it down in software for a short amount of time until you release it. Normally, the multiple clicks a wild mouse performs happen very fast, so the delay that ClickFix imposes is long enough to cancel the extra clicks - but short enough to mostly not be noticed. 看源代码就是写的 AutoHotKey 的脚本。

来源: v2ex查看原文