Ola*_*Ola 4 macros explorer autohotkey
我正在尝试制作仅在Windows资源管理器中处于活动状态的AutoHotKey宏,但我不知道Windows 7中的Explorer名称.我尝试了以下操作:
;Make explorer understand that Ctrl+L means goto location bar (like Firefox / Chrome)
#IfWinActive .* Explorer *.
^l::Send {F4}
#IfWinActive
Run Code Online (Sandbox Code Playgroud)
有任何想法吗?
Nat*_*han 14
Autohotkey附带一个名为Window Spy的程序.您可以使用它来发现活动窗口的标题.
另外,请注意ahk_class(ahk_class在帮助文件中查找),它使用窗口类型而不是标题.例如,在我的Win 7案例中,我可以通过指定以下内容将热键限制为资源管理器:
#IfWinActive ahk_class CabinetWClass
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7019 次 |
| 最近记录: |