• 2023-12-29[AHK2] 为toolwindow窗口添加阴影效果
    如下示例g:=Gui('-Caption+Border');或包含+ToolWindowg.SetFont('s13','consolas')g.AddText('c4c071d',data)g.BackColor:='f6eeda'g.Show('x100y50')WinSetTransColor('white
  • 2023-04-25[AHK]精确计时到秒
    DllCall("QueryPerformanceFrequency","Int64*",QuadPart)DllCall("QueryPerformanceCounter","Int64*",CounterBefore)Sleep1000DllCall("QueryPerformanceCounter","Int64*",CounterAfter)MsgBox%
  • 2022-11-02ait+s截图保存到桌面
    !s::Send{LShift}+{LWindown}+{S}+{LWinup}Sleep5000Gdip_CaptureClipboard(A_Desktop"/"A_MM"-"A_DD""A_Hour"-"A_Min".jpg",100);剪贴板图片保存Gd
  • 2022-10-14函数,类库收藏
    调整显示器亮度原文链接:https://www.autohotkey.com/board/topic/19754-get-info-from-context-menu/;=============================================================