GridMove/Plugins/MaximizeWindow_OtherScreen.ahk

18 lines
287 B
AutoHotkey
Raw Normal View History

2013-02-22 09:56:59 +00:00
;MaximizeWindow
;By jgpaiva
;January 2006
;Function: Maximizes windows on the screen where the mouse is
SetWinDelay,-1
#notrayicon
monitor = %1%
SysGet,Monitor,Monitor,%Monitor%
WinRestore,A
WinMove,A,,%MonitorLeft%,%MonitorTop%,%WinW%,%WinH%
WinMaximize,A
exitapp