軟解滑鼠連按問題~免換微動開關 - 滑鼠
By Steve
at 2017-11-04T17:47
at 2017-11-04T17:47
Table of Contents
不管換了多好的微動
久了還是會有連按的問題
只是時間長短而已
在網路上找到軟解
使用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
--
久了還是會有連按的問題
只是時間長短而已
在網路上找到軟解
使用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
--
Tags:
滑鼠
All Comments
By Agnes
at 2017-11-06T21:33
at 2017-11-06T21:33
By John
at 2017-11-11T08:49
at 2017-11-11T08:49
Related Posts
2k上下滑鼠選購
By Suhail Hany
at 2017-11-03T22:37
at 2017-11-03T22:37
Razer Basilisk 巴塞利斯蛇試玩
By Lucy
at 2017-11-03T22:11
at 2017-11-03T22:11
鍵鼠博覽會11/25在台南
By Rae
at 2017-11-03T13:45
at 2017-11-03T13:45
台北光華有更換微軟滑鼠微動的店家嗎?
By Eartha
at 2017-10-30T15:13
at 2017-10-30T15:13
有NFC 功能的滑鼠
By John
at 2017-10-29T20:26
at 2017-10-29T20:26