将 Windows+Printscreen 更改为 Printscreen

将 Windows+Printscreen 更改为 Printscreen

我想将屏幕截图保存到文件夹中。我知道这可以在 Windows 中使用 Windows+Printscreen 键完成。我想仅使用 Printscreen 键静默(不弹出任何窗口)将屏幕截图保存到文件夹中,也就是说无需按下 Windows 按钮。是否可以通过某些配置或使用某些工具来实现?

答案1

您可以使用免费自动热键

以下脚本将 PrintScreen 映射到 Windows+PrintScreen :

PrintScreen::Send, #{PrintScreen}

安装 AutoHotKey 后,将上述文本放入一个.ahk文件中并双击进行测试。您可以通过右键单击托盘栏中的绿色 H 图标并选择退出来停止脚本。要让它在登录时运行,请将其放在 的启动组中
C:\Users\USER-NAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

有用的 AutoHotkey 文档:

相关内容