【发布时间】:2021-12-07 01:42:21
【问题描述】:
我正在尝试使用 AutoHotkey 使 Ctrl+Click 简单地单击资源管理器。
#IfWinActive ahk_exe explorer.exe
^LButton:: LButton
;
#IfWinActive ahk_exe explorer.exe
^LButton:: Send {Ctrl Up}{LButton}
我尝试了这两个脚本,但它们都不起作用。
不过,使用 ^LButton,我可以选择多个文件。
感谢您的帮助。
【问题讨论】:
标签: autohotkey