问题描述
;quick launch
RCtrl::Run D:\Program Files\Notion\Notion.exe
我注意到Run没有要调整的参数。 这是在Notion中产生的效果,其他应用程序相同 enter image description here
解决方法
您应该使用引号,以防万一,因为程序文件文件夹中有空格。 最大化的运行代码如下:
RCtrl ::运行“ D:\ Program Files \ Notion \ Notion.exe”,Max
AHK运行功能文档在这里找到: https://www.autohotkey.com/docs/commands/Run.htm