GridMove/Plugins/CloseWindow.ahk
2013-02-22 09:58:19 +00:00

10 lines
121 B
AutoHotkey

;CloseWindow
;By jgpaiva
;date: January 2007
;Function: Close the active window
#NoTrayIcon
WinClose,A
return