Actually, it's the Maximize that possibly isn't correctly implemented.
Currently, it maximizes the window on the monitor where the window is and not on the monitor where the mouse is.
I suggest that you use the following workaround:
[6]
TriggerTop = [Monitor2Height] / 3
TriggerRight = [Monitor2Width] / 3 * 2
TriggerBottom = [Monitor2Height] / 3 * 2
TriggerLeft = [Monitor2Width] / 3
GridTop = [Monitor2Top]
GridRight = [Monitor2Right]
GridBottom = [Monitor2Bottom]
GridLeft = [Monitor2Left]
ps: there's a
[Code][/Code] tag for posting code on the forum.