1
0
mirror of https://github.com/jgpaiva/GridMove.git synced 2025-04-11 21:30:32 +01:00
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