mirror of
https://github.com/jgpaiva/GridMove.git
synced 2025-03-21 10:08:45 +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
|