changxiaotian
changxiaotian
 After installing the plugin, its icon appears at the top rather than in the sidebar, and I have to click the icon to see recent files, which is inconvenient....
`F9:: { MouseGetPos ,, &hwnd if !DllCall("IsWindow", "ptr", hwnd) { MsgBox "未能获取有效窗口句柄。" return } local wgcSession := "" try { wgcSession := wincapture.WGC(hwnd) if !IsObject(wgcSession) { MsgBox "创建WGC会话失败!" return }...