Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 12, 2021
1 parent 962c42a commit dcfbc1f
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 @@ -357,6 +357,7 @@ $+f Up:: 轮刻右 := 0, 轮动始()

; 纵向连续滚动(一定要放最下面。
; 否则有时候无法正常弹起,具体还要研究 AHK 的热键覆盖规则)
; (20210412) 观察到 r up 和 f Up 偶尔其中一个会随机失效,原因不明
*r:: 轮刻上 := (轮刻上 ? 轮刻上 : TM_QPC()), 轮动始()
*r Up:: 轮刻上 := 0, 轮动始()
*f:: 轮刻下 := (轮刻下 ? 轮刻下 : TM_QPC()), 轮动始()
Expand Down

0 comments on commit dcfbc1f

Please sign in to comment.