From 067dd47a3c578684c9b5f15d71ada77aa7da82bb Mon Sep 17 00:00:00 2001 From: breadcat Date: Thu, 14 May 2015 18:19:48 +0100 Subject: Incremental improvements MouseMove commands broke screen resolution switching. Excel 2003 has really bad default hotkeys. Add support for mpv borders. --- borders.ahk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'borders.ahk') diff --git a/borders.ahk b/borders.ahk index 89157d8..359a737 100644 --- a/borders.ahk +++ b/borders.ahk @@ -97,5 +97,9 @@ AdjustWindow(id) { WinSet, Style, -0xC00000, %WinTitle% } + If WinClass In % "mpv" + { + WinSet, Style, -0xC00000, %WinTitle% + } } \ No newline at end of file -- cgit v1.2.3