GridMove/Plugins/CloseWindow.ahk

10 lines
121 B
AutoHotkey
Raw Permalink Normal View History

2013-02-22 09:56:59 +00:00
;CloseWindow
;By jgpaiva
;date: January 2007
;Function: Close the active window
#NoTrayIcon
WinClose,A
return