
有人知道使用 Ctl+L 而不是 alt+D 將焦點更改為 Windows 網址列的腳本(autohotkey)嗎?
答案1
我相信是:
#IfWinActive ahk_class CabinetWClass
^L::Send !D
Return
有人知道使用 Ctl+L 而不是 alt+D 將焦點更改為 Windows 網址列的腳本(autohotkey)嗎?
我相信是:
#IfWinActive ahk_class CabinetWClass
^L::Send !D
Return