GridMove fullscreen
- by haalind
Hi, I`m using GridMove to organize my windows, but I have a problem with programming in a fullscreen option. Anyone else got some experience with this tool and can help me out?
THis is my current code, nr. 3 doesn`t work as (I) expected :
[1]
TriggerTop = [Monitor1Top]
TriggerLeft = [Monitor1Left]
TriggerBottom= [Monitor1Top] + [Monitor1Height]
TriggerRight = [Monitor1Left] + [Monitor1Width] / 2
GridTop = [Monitor1Top]
GridLeft = [Monitor1Left]
GridBottom= [Monitor1Top] + [Monitor1Height]
GridRight = [Monitor1Left] + [Monitor1Width] / 2
[2]
TriggerTop = [Monitor1Top]
TriggerLeft = [Monitor1Left] + [Monitor1Width] / 2
TriggerBottom= [Monitor1Top] + [Monitor1Height]
TriggerRight = [Monitor1Right]
GridTop = [Monitor1Top]
GridLeft = [Monitor1Left] + [Monitor1Width] / 2
GridBottom= [Monitor1Top] + [Monitor1Height]
GridRight = [Monitor1Right]
[3]
TriggerTop = [Monitor1Top]
TriggerLeft = [Monitor1Left] + [Monitor1Width]
TriggerBottom= [Monitor1Top] + [Monitor1Height]
TriggerRight = [Monitor1Right]
GridTop = [Monitor1Top]
GridLeft = [Monitor1Left] + [Monitor1Width]
GridBottom= [Monitor1Top] + [Monitor1Height]
GridRight = [Monitor1Right]
Thanks for your time!