[鼠标] 软解鼠标连按问题~免换微动开关

楼主: pierli (Pier起来)   2017-11-04 17:47:52
不管换了多好的微动
久了还是会有连按的问题
只是时间长短而已
在网络上找到软解
使用Autohotkey这个软件
目前使用上还不错
推荐给大家
https://mega.nz/#!9GIETTqJ!eOSW7wZKgXv2hecvKS-Yr3v_DddiHZoQbwyNSUMlbfw
zip内有两个档案
.ahk是需要安装autohotkey才可使用
.exe是不用安装任何软件就可用了
看大家需求使用
或是有在用autohotkey的可直接复制下面来使用
============================
;debounce keys
;https://autohotkey.com/board/topic/82509-software-fix-for-double-clicking-mouse/page-2
*LButton::
If (A_PriorHotkey=A_ThisHotkey && A_TimeSincePriorHotkey < 100) ;hyperclick
Return
sendinput {Blind}{LButton down}
KeyWait, LButton
sendinput {Blind}{LButton up}
Return
*RButton::
If (A_PriorHotkey=A_ThisHotkey && A_TimeSincePriorHotkey < 100) ;hyperclick
Return
sendinput {Blind}{RButton down}
KeyWait, RButton
sendinput {Blind}{RButton up}
Return
*MButton::
If (A_PriorHotkey=A_ThisHotkey && A_TimeSincePriorHotkey < 100) ;hyperclick
Return
sendinput {Blind}{MButton down}
KeyWait, MButton
sendinput {Blind}{MButton up}
Return
作者: HiJimmy (å—¨ 吉米)   2017-11-04 19:14:00
用这个玩FPS应该会干谯
作者: windjammer   2017-11-12 14:50:00
这个用了拖曳、选字都会失效 不过可以暂时挡一下等微动开关到货的时间

Links booklink

Contact Us: admin [ a t ] ucptt.com