summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
authorbreadcat2015-05-14 18:19:48 +0100
committerbreadcat2015-05-14 18:19:48 +0100
commit067dd47a3c578684c9b5f15d71ada77aa7da82bb (patch)
treee676d0d41414436e5944cdb749ddbee51a7a94e9 /borders.ahk
parent1aa9623655eed23e8818fc930a7b189c6b6c48c4 (diff)
downloadahka-067dd47a3c578684c9b5f15d71ada77aa7da82bb.tar.gz
ahka-067dd47a3c578684c9b5f15d71ada77aa7da82bb.tar.bz2
ahka-067dd47a3c578684c9b5f15d71ada77aa7da82bb.zip
Incremental improvements
MouseMove commands broke screen resolution switching. Excel 2003 has really bad default hotkeys. Add support for mpv borders.
Diffstat (limited to 'borders.ahk')
-rw-r--r--borders.ahk4
1 files changed, 4 insertions, 0 deletions
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