aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-05-23 14:56:51 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-05-23 14:57:07 +0200
commitd9ac182dcac7638fb1e7c857929c2c27d4786690 (patch)
tree10c9a9801faf5fefbb9c4d0b1fd95caf3625d951
parentaaeb9a9f05b0c96313ad0c7ab2caafb65c44e7c7 (diff)
downloadahk-d9ac182dcac7638fb1e7c857929c2c27d4786690.tar.gz
programs: MPC-HC reset size shortcut
-rw-r--r--tt.programs.ahk2
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)