ShortcutRunner 是一个用于定义 Windows 全局快捷方式的简约工具。它不需要安装,只需在文件中配置,并且没有 GUI 界面,使用起来简单高效。你可以轻松地打开和关闭它。

用法

ShortcutRunner 由两个文件组成:

  1. ShortcutRunner.exe

  2. shortcuts.txt

shortcuts.txt 文件中定义您的快捷方式。示例配置:

Ctrl + Win + H -> mshta [removed]alert(\"Hello world!\");close();

现在运行 ShortcutRunner.exe,当你按下 Ctrl + Win + H 时,系统会弹出一个问候消息。

要关闭 ShortcutRunner,右键点击其托盘图标,选择“退出ShortcutRunner”。

注意:以 # 或空行开头的行会被忽略。快捷方式定义规则如下:

Opens a website

Ctrl + Alt + W -> start https://www.example.com

快捷方式定义文件中,确保每一行都符合格式要求。