From d9ac182dcac7638fb1e7c857929c2c27d4786690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 23 May 2021 14:56:51 +0200 Subject: programs: MPC-HC reset size shortcut --- tt.programs.ahk | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3