mirror of
https://github.com/jgpaiva/GridMove.git
synced 2025-04-04 01:40:30 +01: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
|