summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
authorbreadcat2015-04-10 02:52:05 +0100
committerbreadcat2015-04-10 02:52:05 +0100
commita62b6fa6954ed61c199315756bac847e458aa3d9 (patch)
tree30cf2220623c6a7e4a9bed445eaae5e563412950 /borders.ahk
parent41360bb2158aaa026b8e55c9c69ce42881be2aaf (diff)
downloadahka-a62b6fa6954ed61c199315756bac847e458aa3d9.tar.gz
ahka-a62b6fa6954ed61c199315756bac847e458aa3d9.tar.bz2
ahka-a62b6fa6954ed61c199315756bac847e458aa3d9.zip
Larger than the average commit
Fixed volume hotkeys Added horizontal split tile function Remove some surplus exe extensions Add foreign language character input Expand borderless script Reduce some verbosity
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 d0899b3..89157d8 100644
--- a/borders.ahk
+++ b/borders.ahk
@@ -93,5 +93,9 @@ AdjustWindow(id)
{
WinSet, Style, -0xC00000, %WinTitle%
}
+ If WinProcess In % "charmap.exe"
+ {
+ WinSet, Style, -0xC00000, %WinTitle%
+ }
} \ No newline at end of file