Plain text
复制到剪贴板
Open code in new window
EnlighterJS 3 Syntax Highlighter
; 可移动看不见的窗口
F3::
WinGetActiveTitle, var_title
; var_title := "ahk_id " WinExist("A")
CenterWindow(var_title)
return
CenterWindow(WinTitle) {
WinGetPos,,, Width, Height, %WinTitle%
WinMove, %WinTitle%,, (A_ScreenWidth/2)-(Width/2), (A_ScreenHeight/2)-(Height/2)
}
; 可移动看不见的窗口 F3:: WinGetActiveTitle, var_title ; var_title := "ahk_id " WinExist("A") CenterWindow(var_title) return CenterWindow(WinTitle) { WinGetPos,,, Width, Height, %WinTitle% WinMove, %WinTitle%,, (A_ScreenWidth/2)-(Width/2), (A_ScreenHeight/2)-(Height/2) }
; 可移动看不见的窗口
F3::
WinGetActiveTitle, var_title
; var_title := "ahk_id " WinExist("A")
CenterWindow(var_title)
return
 
CenterWindow(WinTitle) {
    WinGetPos,,, Width, Height, %WinTitle%
    WinMove, %WinTitle%,, (A_ScreenWidth/2)-(Width/2), (A_ScreenHeight/2)-(Height/2)
}

 

声明:站内资源为整理优化好的代码上传分享与学习研究,如果是开源代码基本都会标明出处,方便大家扩展学习路径。请不要恶意搬运,破坏站长辛苦整理维护的劳动成果。本站为爱好者分享站点,所有内容不作为商业行为。如若本站上传内容侵犯了原著者的合法权益,请联系我们进行删除下架。