I run a laptop with 2 external monitors. I have a bar with 3 buttons that
appears in the active window (Position: right caption, Horizontal offset: -10).
Left click sends the window to monitor 1, 2, or 3, corresponding to the button
selected. Right click uses a script to maximize the window to conform to one
of the monitors.
left click example: *Window Position 1405 30 active
right click exaple: *Window Normal active DO("WINDOW Position",
win.mappoints("0 0 10000 10000", win.getworkarea, "10150 10 5050 9500")++ " "++
WIN.Handle("active"))
win.size("active", 1250, 990)
I could probably get fancy and teach the whole system to ignor childwindows,
but it works well enough for me. Something like this could be set up using
numberpad hotkeys as well.