From 5f2aae0a1b91f55cf3eb235d0e4c8d17f1e97b0d Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 15 Apr 2021 05:51:46 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=BB=9A=E8=BD=AE=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...273\266-\351\274\240\346\240\207\346\250\241\346\213\237.ahk" | 1 - 1 file changed, 1 deletion(-) diff --git "a/Modules/01.1-\346\217\222\344\273\266-\351\274\240\346\240\207\346\250\241\346\213\237.ahk" "b/Modules/01.1-\346\217\222\344\273\266-\351\274\240\346\240\207\346\250\241\346\213\237.ahk" index 1503c969..a92142ba 100644 --- "a/Modules/01.1-\346\217\222\344\273\266-\351\274\240\346\240\207\346\250\241\346\213\237.ahk" +++ "b/Modules/01.1-\346\217\222\344\273\266-\351\274\240\346\240\207\346\250\241\346\213\237.ahk" @@ -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 时,结束定时器