mirror of
https://github.com/jgpaiva/GridMove.git
synced 2025-01-18 20:10:59 +00:00
10 lines
121 B
AutoHotkey
10 lines
121 B
AutoHotkey
;CloseWindow
|
|
;By jgpaiva
|
|
;date: January 2007
|
|
;Function: Close the active window
|
|
|
|
#NoTrayIcon
|
|
|
|
WinClose,A
|
|
return
|