看板
[ EzHotKey ]
討論串[AHK-] 有比較好的語法可以模擬滑鼠左鍵嗎?
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
因為最近半夜按滑鼠,常看到閃光睡不好。. 所以昨天就研究ahk的說明,來讓鍵盤模擬滑鼠。(因為我的鍵盤比滑鼠安靜很多). 我用的語法是click,設定如下:. F12::send {click}. F11::send {click down}. F10::send {click right}. 普通
(還有43個字)
內容預覽:
WaitKeyRelease( i_Key ). {. global. Loop. {. state := GetKeyState( i_Key, "P" ). if( state == 0 ). {. Return. }. if( state == "" ). {. Return. }. Slee
(還有12個字)
首頁
上一頁
1
下一頁
尾頁