Skip to content

Commit

Permalink
fix: 模拟中键将暂停滚动
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 10, 2021
1 parent 29a72bb commit 3e1fe75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/01.1-插件-鼠标模拟.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ ScrollMsg(msg, zDelta){
; RF同时按下相当于中键
If(轮刻上 && 轮刻下 && Abs(tdr - tdf) < 1){
SendInput {MButton Down}
轮动终()
KeyWait, r
KeyWait, f
SendInput {MButton Up}
Expand Down

0 comments on commit 3e1fe75

Please sign in to comment.