diff options
-rw-r--r-- | tt.programs.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tt.programs.ahk b/tt.programs.ahk index bde592c..eda72e5 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -82,6 +82,8 @@ return #IfWinActive ahk_class MediaPlayerClassicW +F10::WinMove, A,,,, 240, 180 + Esc:: WinGetPos, x, y, w, h if (x = 0 and y = 0 and w = A_ScreenWidth and h = A_ScreenHeight) |