Skip to content

通过源代码方式运行 InputTip

为什么需要通过源代码方式运行 InputTip

  • 因为以下原因,可能无法正常运行 InputTip.exe
  1. 克隆(下载)项目源代码

建议

  • 推荐使用 git,这样后续更新或文件缺失使用 git pull 更新源代码即可,会更稳妥方便
  • 官网 / Github Releases / Gitee ReleasesInputTip.zip 也是源代码压缩包,但没有使用 git
    • 如果文件缺失,需要重新下载 InputTip.zip 并解压进行目录覆盖
shell
git clone --depth 1 https://github.com/abgox/InputTip.git
shell
 git clone --depth 1 git@github.com:abgox/InputTip.git
shell
git clone --depth 1 https://gitee.com/abgox/InputTip.git
shell
 git clone --depth 1 git@gitee.com:abgox/InputTip.git
  1. 直接双击运行目录下的 InputTip.bat 即可

    • 它会使用目录中的 AutoHotkey.exe 去运行 InputTip.ahk
  2. 需要注意的是,InputTip.ahk 默认使用普通用户权限,因此对一些管理员权限窗口无效

    • 使用管理员权限: 托盘菜单 => 勾选 以管理员模式启动