视频说明
https://youtu.be/DM3IpiuZvFw
编译好的 以及 源码下载
https://drive.google.com/drive/folders/1xiOnA18zIttkrUueF0abideWbE2Xiw6N?usp=sharing
AutoHotKey下载地址
https://www.autohotkey.com/download/ahk-install.exe
下面直接贴出代码
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. ^!1:: Winset, Alwaysontop, , A
如果热键与你系统中已有的冲突,那么只需要修改^!1 这三个字符就行 ^表示ctrl , !表示alt , 1 表示数字1
AutoHotkey的按键说明:
https://wyagd001.github.io/zh-cn/docs/Hotkeys.htm