Re: [AHK-] 如何指定螢幕?

作者: solomn (九米)   2024-05-11 00:13:25
後來發現Windows內建的快速鍵
Win+T
可以達到我要的目的
;圈選後按Win+Z做快速Google搜尋,開啟在左螢幕
#Z::
Send, ^c
Send, #t
Send,{Enter}
Sleep 100
Run, http://www.google.com.tw/search?q=%clipboard%
Return
;圈選後按Win+X做快速Google搜尋,開啟在右螢幕
#X::
Send, ^c
Send, #t
Sleep 100
Send, #t
Sleep 100
Send,{Enter}
Sleep 100
Run, http://www.google.com.tw/search?q=%clipboard%
Return

Links booklink

Contact Us: admin [ a t ] ucptt.com