|
本帖最后由 plusv 于 2023-8-1 15:08 编辑
LaunchBar 有个小缺点
notepad;%SystemRoot%\notepad.exe
改为
notepad 这是一个测试;%SystemRoot%\notepad.exe
变成 乱码.
PS:
作者 已开放 源码 有人能修一下 X86/X64 2 个版本
https://github.com/plerup/LaunchBar
The source code is distributed under the GPL version 3 license, see the file LICENSE.txt for full information about this.
The source is in C++ and the intended build environment is Visual Studio 2013.
顺便加个 运行时的开始路径
The format is simple and is defined by lines with the following syntax:
name;command_path[;command_params;icon_path;iconIndex]
改
name;command_path;运行时的开始路径;[;command_params;icon_path;iconIndex]
例如:
|
|