作者solomn (九米)
看板EzHotKey
標題Re: [AHK-] 如何指定螢幕?
時間Sat May 11 00:13:25 2024
後來發現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
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.44.205.237 (臺灣)
※ 文章網址: https://webptt.com/m.aspx?n=bbs/EzHotKey/M.1715357607.A.827.html