├── Readme.md ├── manuals └── AHK 快餐店.chm ├── scripts ├── 1.热键.ahk ├── 10.1.禁止Win键.ahk ├── 10.2.Alt 按键测试.ahk ├── 10.3.交换两个按键.ahk ├── 10.4.Helfee 版禁用Win键.ahk ├── 11.DesktopSwitch.ahk ├── 12.秒杀窗口,左键加右键.ahk ├── 13.秒表.ahk ├── 14.复制粘贴,右键加左键.ahk ├── 15.AltTab.ahk ├── 16.1.让F2更智能.ahk ├── 16.2.天堂之门.让F2更智能.ahk ├── 17.1.快速弹出U盘unplug.ahk ├── 18.1.关掉天网防火墙开机提示.ahk ├── 18.2.iLEMONed.显示隐藏文件扩展名.ahk ├── 18.3.iLEMONed.显示隐藏系统文件:.ahk ├── 19.用快捷键得到当前选中文件的路径.ahk ├── 2.热字符串.ahk ├── 20.AHK + 迅雷快车,轻松下载 QQ 音乐.ahk ├── 21.AHK+GVIM 打造 “专心致志文本编辑器” │ ├── Readme.txt │ ├── _vimrc │ └── gvimfull.ahk ├── 22.1.获取屏幕上某块区域的位置.ahk ├── 22.2.删除迅雷文件.ahk ├── 23.Sofast AHK 监视网页更新 │ ├── Compare.ahk │ ├── SoFast AHK.ahk │ └── urls.txt ├── 24.开机自动运行程序的延迟启动 Runlater │ ├── Run.ahk │ ├── Run2.ahk │ ├── Run2.exe │ └── RunSetting.ini ├── 25.用 AHK 打造自己的 Firefox Portable.ahk ├── 3.Folder Menu │ ├── Config.ini │ └── Folder Menu.ahk ├── 4.1.计时器.ahk ├── 4.2.计时器.ahk ├── 5.屏幕键盘 KeyboardOnScreen.ahk ├── 6.1.颜色神偷.ahk ├── 6.2.颜色神偷.ahk ├── 6.3.Helfee 带预览的颜色神偷.ahk ├── 7.1.录制鼠标键盘动作Recorder │ ├── Anchor.ahk │ ├── Recorder.ahk │ └── grep.ahk ├── 7.2.以今天日期建立文件夹.ahk ├── 8.快速进入注册表.ahk ├── 9.1.让鼠标移动一像素.ahk ├── 9.2.让鼠标移动一像素.ahk ├── Backup.ahk ├── Download │ ├── 7za.exe │ ├── Copy of Download.AHK │ ├── Download.AHK │ ├── Download.exe │ ├── Test.txt │ └── wget.exe ├── Knorr.AHK ├── List.ahk ├── MMAP │ ├── MMAP.AHK │ └── MMAP_Configuration.INI ├── Mac.ahk ├── Phone │ ├── 0.wav │ ├── 1.wav │ ├── 2.wav │ ├── 3.wav │ ├── 4.wav │ ├── 5.wav │ ├── 6.wav │ ├── 7.wav │ ├── 8.wav │ ├── 9.wav │ ├── phone.ahk │ ├── 井号.wav │ └── 星号.wav ├── PrintScreen │ ├── PngOptimizer.exe │ ├── PngOptimizer.ini │ ├── PrintScreen.AHK │ └── PrintScreen.exe ├── ShellTrayTaskBarInfo │ ├── ShellTrayHelper.ahk │ ├── ShellTrayTaskBarInfo.ahk │ ├── TaskBarHelper.ahk │ └── Utils │ │ ├── Kernel32.ahk │ │ ├── ToolbarWrapper.ahk │ │ ├── User32.ahk │ │ └── Utils.ahk ├── Web.AHK ├── html.ahk └── 验证码识别.ahk └── tools ├── AHK Script Manager ├── AHK Script Manager.ahk ├── ReadMe.txt ├── includes │ └── LibINI.ahk ├── resources │ └── ahk.ico ├── scripts │ ├── !GoodClock.ahk │ ├── !GoodClock.ini │ ├── GoodClock.ini │ ├── Snippet.ahk │ ├── Snippet.ini │ ├── SoFast.ahk │ ├── SoFast.ico │ ├── SoFast.ini │ ├── SoFast_new.ico │ └── SoFast_none.ico └── 说明.txt ├── AU3_Spy.exe ├── AutoScriptWriter ├── ASWHook.dll └── AutoScriptWriter.exe ├── CV_bin ├── CV.exe └── CV_x64.exe ├── MacroCreatorPortable ├── License.txt ├── MacroCreatorPortable.exe ├── ReadMe.txt ├── x64 │ └── MacroCreator │ │ ├── MacroCreator.exe │ │ ├── MacroCreator.ini │ │ ├── MacroCreator_Help.chm │ │ ├── Resources.dll │ │ └── SciLexer.dll └── x86 │ └── MacroCreator │ ├── MacroCreator.exe │ ├── MacroCreator.ini │ ├── MacroCreator_Help.chm │ ├── Resources.dll │ └── SciLexer.dll └── SciTE4AutoHotkey ├── SciLexer.dll ├── SciTE.exe ├── SciTEGlobal.properties ├── ahk.abbrev.properties ├── ahk.keywords.properties ├── ahk.lua ├── ahk.properties ├── api ├── ahk.api └── ahk.user.calltips.api ├── locale.properties ├── tools ├── MsgBox Creator.exe ├── Progress Maker.exe ├── Scriptlet Library.exe ├── SplashImage Maker.exe └── VisualIni.exe └── 请先看这里.txt /Readme.md: -------------------------------------------------------------------------------- 1 | AHK各类工具、资料及测试过程中的脚本 -------------------------------------------------------------------------------- /manuals/AHK 快餐店.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/manuals/AHK 快餐店.chm -------------------------------------------------------------------------------- /scripts/1.热键.ahk: -------------------------------------------------------------------------------- 1 | #n::run notepad 2 | #j::Run www.jandan.net -------------------------------------------------------------------------------- /scripts/10.1.禁止Win键.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/10.1.禁止Win键.ahk -------------------------------------------------------------------------------- /scripts/10.2.Alt 按键测试.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/10.2.Alt 按键测试.ahk -------------------------------------------------------------------------------- /scripts/10.3.交换两个按键.ahk: -------------------------------------------------------------------------------- 1 | a::b 2 | b::a -------------------------------------------------------------------------------- /scripts/10.4.Helfee 版禁用Win键.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/10.4.Helfee 版禁用Win键.ahk -------------------------------------------------------------------------------- /scripts/11.DesktopSwitch.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/11.DesktopSwitch.ahk -------------------------------------------------------------------------------- /scripts/12.秒杀窗口,左键加右键.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/12.秒杀窗口,左键加右键.ahk -------------------------------------------------------------------------------- /scripts/13.秒表.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/13.秒表.ahk -------------------------------------------------------------------------------- /scripts/14.复制粘贴,右键加左键.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/14.复制粘贴,右键加左键.ahk -------------------------------------------------------------------------------- /scripts/15.AltTab.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/15.AltTab.ahk -------------------------------------------------------------------------------- /scripts/16.1.让F2更智能.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/16.1.让F2更智能.ahk -------------------------------------------------------------------------------- /scripts/16.2.天堂之门.让F2更智能.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/16.2.天堂之门.让F2更智能.ahk -------------------------------------------------------------------------------- /scripts/17.1.快速弹出U盘unplug.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/17.1.快速弹出U盘unplug.ahk -------------------------------------------------------------------------------- /scripts/18.1.关掉天网防火墙开机提示.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/18.1.关掉天网防火墙开机提示.ahk -------------------------------------------------------------------------------- /scripts/18.2.iLEMONed.显示隐藏文件扩展名.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/18.2.iLEMONed.显示隐藏文件扩展名.ahk -------------------------------------------------------------------------------- /scripts/18.3.iLEMONed.显示隐藏系统文件:.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/18.3.iLEMONed.显示隐藏系统文件:.ahk -------------------------------------------------------------------------------- /scripts/19.用快捷键得到当前选中文件的路径.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/19.用快捷键得到当前选中文件的路径.ahk -------------------------------------------------------------------------------- /scripts/2.热字符串.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/2.热字符串.ahk -------------------------------------------------------------------------------- /scripts/20.AHK + 迅雷快车,轻松下载 QQ 音乐.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/20.AHK + 迅雷快车,轻松下载 QQ 音乐.ahk -------------------------------------------------------------------------------- /scripts/21.AHK+GVIM 打造 “专心致志文本编辑器”/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/21.AHK+GVIM 打造 “专心致志文本编辑器”/Readme.txt -------------------------------------------------------------------------------- /scripts/21.AHK+GVIM 打造 “专心致志文本编辑器”/_vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/21.AHK+GVIM 打造 “专心致志文本编辑器”/_vimrc -------------------------------------------------------------------------------- /scripts/21.AHK+GVIM 打造 “专心致志文本编辑器”/gvimfull.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/21.AHK+GVIM 打造 “专心致志文本编辑器”/gvimfull.ahk -------------------------------------------------------------------------------- /scripts/22.1.获取屏幕上某块区域的位置.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/22.1.获取屏幕上某块区域的位置.ahk -------------------------------------------------------------------------------- /scripts/22.2.删除迅雷文件.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/22.2.删除迅雷文件.ahk -------------------------------------------------------------------------------- /scripts/23.Sofast AHK 监视网页更新/Compare.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/23.Sofast AHK 监视网页更新/Compare.ahk -------------------------------------------------------------------------------- /scripts/23.Sofast AHK 监视网页更新/SoFast AHK.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/23.Sofast AHK 监视网页更新/SoFast AHK.ahk -------------------------------------------------------------------------------- /scripts/23.Sofast AHK 监视网页更新/urls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/23.Sofast AHK 监视网页更新/urls.txt -------------------------------------------------------------------------------- /scripts/24.开机自动运行程序的延迟启动 Runlater/Run.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/24.开机自动运行程序的延迟启动 Runlater/Run.ahk -------------------------------------------------------------------------------- /scripts/24.开机自动运行程序的延迟启动 Runlater/Run2.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/24.开机自动运行程序的延迟启动 Runlater/Run2.ahk -------------------------------------------------------------------------------- /scripts/24.开机自动运行程序的延迟启动 Runlater/Run2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/24.开机自动运行程序的延迟启动 Runlater/Run2.exe -------------------------------------------------------------------------------- /scripts/24.开机自动运行程序的延迟启动 Runlater/RunSetting.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/24.开机自动运行程序的延迟启动 Runlater/RunSetting.ini -------------------------------------------------------------------------------- /scripts/25.用 AHK 打造自己的 Firefox Portable.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/25.用 AHK 打造自己的 Firefox Portable.ahk -------------------------------------------------------------------------------- /scripts/3.Folder Menu/Config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/3.Folder Menu/Config.ini -------------------------------------------------------------------------------- /scripts/3.Folder Menu/Folder Menu.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/3.Folder Menu/Folder Menu.ahk -------------------------------------------------------------------------------- /scripts/4.1.计时器.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/4.1.计时器.ahk -------------------------------------------------------------------------------- /scripts/4.2.计时器.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/4.2.计时器.ahk -------------------------------------------------------------------------------- /scripts/5.屏幕键盘 KeyboardOnScreen.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/5.屏幕键盘 KeyboardOnScreen.ahk -------------------------------------------------------------------------------- /scripts/6.1.颜色神偷.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/6.1.颜色神偷.ahk -------------------------------------------------------------------------------- /scripts/6.2.颜色神偷.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/6.2.颜色神偷.ahk -------------------------------------------------------------------------------- /scripts/6.3.Helfee 带预览的颜色神偷.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/6.3.Helfee 带预览的颜色神偷.ahk -------------------------------------------------------------------------------- /scripts/7.1.录制鼠标键盘动作Recorder/Anchor.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/7.1.录制鼠标键盘动作Recorder/Anchor.ahk -------------------------------------------------------------------------------- /scripts/7.1.录制鼠标键盘动作Recorder/Recorder.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/7.1.录制鼠标键盘动作Recorder/Recorder.ahk -------------------------------------------------------------------------------- /scripts/7.1.录制鼠标键盘动作Recorder/grep.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/7.1.录制鼠标键盘动作Recorder/grep.ahk -------------------------------------------------------------------------------- /scripts/7.2.以今天日期建立文件夹.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/7.2.以今天日期建立文件夹.ahk -------------------------------------------------------------------------------- /scripts/8.快速进入注册表.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/8.快速进入注册表.ahk -------------------------------------------------------------------------------- /scripts/9.1.让鼠标移动一像素.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/9.1.让鼠标移动一像素.ahk -------------------------------------------------------------------------------- /scripts/9.2.让鼠标移动一像素.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/9.2.让鼠标移动一像素.ahk -------------------------------------------------------------------------------- /scripts/Backup.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Backup.ahk -------------------------------------------------------------------------------- /scripts/Download/7za.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Download/7za.exe -------------------------------------------------------------------------------- /scripts/Download/Copy of Download.AHK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Download/Copy of Download.AHK -------------------------------------------------------------------------------- /scripts/Download/Download.AHK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Download/Download.AHK -------------------------------------------------------------------------------- /scripts/Download/Download.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Download/Download.exe -------------------------------------------------------------------------------- /scripts/Download/Test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Download/Test.txt -------------------------------------------------------------------------------- /scripts/Download/wget.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Download/wget.exe -------------------------------------------------------------------------------- /scripts/Knorr.AHK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Knorr.AHK -------------------------------------------------------------------------------- /scripts/List.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/List.ahk -------------------------------------------------------------------------------- /scripts/MMAP/MMAP.AHK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/MMAP/MMAP.AHK -------------------------------------------------------------------------------- /scripts/MMAP/MMAP_Configuration.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/MMAP/MMAP_Configuration.INI -------------------------------------------------------------------------------- /scripts/Mac.ahk: -------------------------------------------------------------------------------- 1 | runwait, %comspec% /c ipconfig /all > c:\mac.txt, ,hide 2 | ExitApp -------------------------------------------------------------------------------- /scripts/Phone/0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/0.wav -------------------------------------------------------------------------------- /scripts/Phone/1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/1.wav -------------------------------------------------------------------------------- /scripts/Phone/2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/2.wav -------------------------------------------------------------------------------- /scripts/Phone/3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/3.wav -------------------------------------------------------------------------------- /scripts/Phone/4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/4.wav -------------------------------------------------------------------------------- /scripts/Phone/5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/5.wav -------------------------------------------------------------------------------- /scripts/Phone/6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/6.wav -------------------------------------------------------------------------------- /scripts/Phone/7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/7.wav -------------------------------------------------------------------------------- /scripts/Phone/8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/8.wav -------------------------------------------------------------------------------- /scripts/Phone/9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/9.wav -------------------------------------------------------------------------------- /scripts/Phone/phone.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/phone.ahk -------------------------------------------------------------------------------- /scripts/Phone/井号.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/井号.wav -------------------------------------------------------------------------------- /scripts/Phone/星号.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Phone/星号.wav -------------------------------------------------------------------------------- /scripts/PrintScreen/PngOptimizer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/PrintScreen/PngOptimizer.exe -------------------------------------------------------------------------------- /scripts/PrintScreen/PngOptimizer.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/PrintScreen/PngOptimizer.ini -------------------------------------------------------------------------------- /scripts/PrintScreen/PrintScreen.AHK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/PrintScreen/PrintScreen.AHK -------------------------------------------------------------------------------- /scripts/PrintScreen/PrintScreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/PrintScreen/PrintScreen.exe -------------------------------------------------------------------------------- /scripts/ShellTrayTaskBarInfo/ShellTrayHelper.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/ShellTrayTaskBarInfo/ShellTrayHelper.ahk -------------------------------------------------------------------------------- /scripts/ShellTrayTaskBarInfo/ShellTrayTaskBarInfo.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/ShellTrayTaskBarInfo/ShellTrayTaskBarInfo.ahk -------------------------------------------------------------------------------- /scripts/ShellTrayTaskBarInfo/TaskBarHelper.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/ShellTrayTaskBarInfo/TaskBarHelper.ahk -------------------------------------------------------------------------------- /scripts/ShellTrayTaskBarInfo/Utils/Kernel32.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/ShellTrayTaskBarInfo/Utils/Kernel32.ahk -------------------------------------------------------------------------------- /scripts/ShellTrayTaskBarInfo/Utils/ToolbarWrapper.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/ShellTrayTaskBarInfo/Utils/ToolbarWrapper.ahk -------------------------------------------------------------------------------- /scripts/ShellTrayTaskBarInfo/Utils/User32.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/ShellTrayTaskBarInfo/Utils/User32.ahk -------------------------------------------------------------------------------- /scripts/ShellTrayTaskBarInfo/Utils/Utils.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/ShellTrayTaskBarInfo/Utils/Utils.ahk -------------------------------------------------------------------------------- /scripts/Web.AHK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/Web.AHK -------------------------------------------------------------------------------- /scripts/html.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/html.ahk -------------------------------------------------------------------------------- /scripts/验证码识别.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/scripts/验证码识别.ahk -------------------------------------------------------------------------------- /tools/AHK Script Manager/AHK Script Manager.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/AHK Script Manager.ahk -------------------------------------------------------------------------------- /tools/AHK Script Manager/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/ReadMe.txt -------------------------------------------------------------------------------- /tools/AHK Script Manager/includes/LibINI.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/includes/LibINI.ahk -------------------------------------------------------------------------------- /tools/AHK Script Manager/resources/ahk.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/resources/ahk.ico -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/!GoodClock.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/!GoodClock.ahk -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/!GoodClock.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/!GoodClock.ini -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/GoodClock.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/GoodClock.ini -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/Snippet.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/Snippet.ahk -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/Snippet.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/Snippet.ini -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/SoFast.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/SoFast.ahk -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/SoFast.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/SoFast.ico -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/SoFast.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/SoFast.ini -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/SoFast_new.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/SoFast_new.ico -------------------------------------------------------------------------------- /tools/AHK Script Manager/scripts/SoFast_none.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/scripts/SoFast_none.ico -------------------------------------------------------------------------------- /tools/AHK Script Manager/说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AHK Script Manager/说明.txt -------------------------------------------------------------------------------- /tools/AU3_Spy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AU3_Spy.exe -------------------------------------------------------------------------------- /tools/AutoScriptWriter/ASWHook.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AutoScriptWriter/ASWHook.dll -------------------------------------------------------------------------------- /tools/AutoScriptWriter/AutoScriptWriter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/AutoScriptWriter/AutoScriptWriter.exe -------------------------------------------------------------------------------- /tools/CV_bin/CV.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/CV_bin/CV.exe -------------------------------------------------------------------------------- /tools/CV_bin/CV_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/CV_bin/CV_x64.exe -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/License.txt -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/MacroCreatorPortable.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/MacroCreatorPortable.exe -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/ReadMe.txt -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x64/MacroCreator/MacroCreator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x64/MacroCreator/MacroCreator.exe -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x64/MacroCreator/MacroCreator.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x64/MacroCreator/MacroCreator.ini -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x64/MacroCreator/MacroCreator_Help.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x64/MacroCreator/MacroCreator_Help.chm -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x64/MacroCreator/Resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x64/MacroCreator/Resources.dll -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x64/MacroCreator/SciLexer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x64/MacroCreator/SciLexer.dll -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x86/MacroCreator/MacroCreator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x86/MacroCreator/MacroCreator.exe -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x86/MacroCreator/MacroCreator.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x86/MacroCreator/MacroCreator.ini -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x86/MacroCreator/MacroCreator_Help.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x86/MacroCreator/MacroCreator_Help.chm -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x86/MacroCreator/Resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x86/MacroCreator/Resources.dll -------------------------------------------------------------------------------- /tools/MacroCreatorPortable/x86/MacroCreator/SciLexer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/MacroCreatorPortable/x86/MacroCreator/SciLexer.dll -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/SciLexer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/SciLexer.dll -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/SciTE.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/SciTE.exe -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/SciTEGlobal.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/SciTEGlobal.properties -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/ahk.abbrev.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/ahk.abbrev.properties -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/ahk.keywords.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/ahk.keywords.properties -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/ahk.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/ahk.lua -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/ahk.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/ahk.properties -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/api/ahk.api: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/api/ahk.api -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/api/ahk.user.calltips.api: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/locale.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/locale.properties -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/tools/MsgBox Creator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/tools/MsgBox Creator.exe -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/tools/Progress Maker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/tools/Progress Maker.exe -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/tools/Scriptlet Library.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/tools/Scriptlet Library.exe -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/tools/SplashImage Maker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/tools/SplashImage Maker.exe -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/tools/VisualIni.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/tools/VisualIni.exe -------------------------------------------------------------------------------- /tools/SciTE4AutoHotkey/请先看这里.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreemanZY/AutoHotKey/HEAD/tools/SciTE4AutoHotkey/请先看这里.txt --------------------------------------------------------------------------------