ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 1680abfc6bf3851f2ca888b6b8ffd3af7e667702
parent 1fcd636d1feb5eb0e5b2d5dcf67c9ad28846f4ef
Author: breadcat <sendforththegunboats@gmail.com>
Date:   Thu,  5 Dec 2013 18:25:09 +0000

Add MMC to border script

Diffstat:
Mborders.ahk | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/borders.ahk b/borders.ahk @@ -45,6 +45,10 @@ AdjustWindow(id) { WinSet, Style, -0xC00000, %WinTitle% } + If WinClass In % "MMCMainFrame" ;windows xp mmc panes + { + WinSet, Style, -0xC00000, %WinTitle% + } If WinProcess In % "Photoshop.exe" { WinSet, Style, -0xC00000, %WinTitle%