Skip to content

Commit

Permalink
doc: 滚轮自动滚动
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 14, 2021
1 parent 5fbbc38 commit 5f2aae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/01.1-插件-鼠标模拟.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ ScrollMsg(msg, zDelta){
If !(CapsLockXMode || GetKeyState("Ctrl" , "P") || GetKeyState("Alt" , "P") || GetKeyState("Shift" , "P")) {
轮速纵 += sign(轮自纵) * 0.005 * (1.5 ** abs(轮自纵))
轮速横 += sign(轮自横) * 0.005 * (1.5 ** abs(轮自横))
ToolTip 滚轮自动 %轮自横%横 %轮自纵%纵
}
}
; 速度归 0 时,结束定时器
Expand Down

0 comments on commit 5f2aae0

Please sign in to comment.