Re: [AHK-] 數字鍵模擬滑鼠鍵

看板EzHotKey作者 (胖克思)時間4年前 (2020/01/02 00:37), 編輯推噓2(205)
留言7則, 3人參與, 4年前最新討論串2/2 (看更多)
※ 引述《gochiaai (夠親切)》之銘言: : 想請問 : 1(非右邊小鍵盤)+滑鼠左鍵(按住)=滑鼠滾輪(按住) : 2(非右邊小鍵盤)+滑鼠左鍵(按住)往右拖曳=滑鼠滾輪上滑 : 2(非右邊小鍵盤)+滑鼠左鍵(按住)往左拖曳=滑鼠滾輪下滑 : 以上這幾種要怎麼寫出呢…謝謝各位先進! : ----- : Sent from JPTT on my iPhone ~1 & LButton:: Send, {MButton Down} KeyWait, LButton Send, {MButton Up} return ~2 & LButton:: While(GetKeyState("LButton", "P")){ MouseGetPos, x1 MouseGetPos, x2 if (x2-x1>0){ Send {WheelUp} sleep 50 } else if (x2-x1<0){ Send {WheelDown} sleep 50 } } return -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 61.216.67.163 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/EzHotKey/M.1577896670.A.F88.html

01/02 10:40, 4年前 , 1F
感功了!真的很謝謝大大!
01/02 10:40, 1F

01/02 10:40, 4年前 , 2F
真心感謝!
01/02 10:40, 2F

01/04 07:06, 4年前 , 3F
^_^y
01/04 07:06, 3F

01/14 19:38, 4年前 , 4F
滾輪壞了嗎XD
01/14 19:38, 4F

01/15 12:59, 4年前 , 5F
您好,這是用在某一套軟體中,模擬另一套我覺得好用的滑
01/15 12:59, 5F

01/15 12:59, 4年前 , 6F
鼠滾輪方式,因為我是用wacom板,二些滾輪的操作不好使
01/15 12:59, 6F

01/15 12:59, 4年前 , 7F
用,才需要這個腳本。
01/15 12:59, 7F
文章代碼(AID): #1U3ChU-8 (EzHotKey)
討論串 (同標題文章)
文章代碼(AID): #1U3ChU-8 (EzHotKey)