摘要:
从这篇文章更改 https://www.autoahk.com/archives/34648 这里改颜色 透明度具体对应百分比: 100% — FF 90% — E6 80% — CC 70% — B3 60% — 99 50% — 80 40% — 66 30% — 4D 20% — 33 10% 阅读全文
摘要:
1 #NoEnv 2 SetBatchLines -1 3 ListLines Off 4 5 ;强制以ANSI版本管理员权限运行 6 runwith("admin") 7 8 IniRead, con, myfile.ini, Count, count 9 IniRead, pl1, myfile 阅读全文
摘要:
划词翻译 依赖beautifultootip库:https://github.com/telppa/BeautifulToolTip 影响剪贴板 1 #SingleInstance Force 2 SetBatchLines, -1 3 CoordMode, ToolTip, Screen 4 5 阅读全文
摘要:
用到以下项目: Class_Monitor:https://github.com/jNizM/Class_Monitor Beautifultooltip:https://github.com/telppa/BeautifulToolTip 文件结构 使用方法:鼠标移动到任务栏,然后使用滚轮调节屏幕 阅读全文