Using AutoHotkey, How can I bind a hotkey to stretch/maximize/span a window across multiple monitors so that it covers both displays?
Right now, I have to do this by manually stretching the windows with the mouse. I know there are dedicated tools that do this, but I’m already running an AutoHotkey script and would rather limit the number of tools I keep running.
Here’s how I did it, mapping the
Shift + Windows + Upcombination to maximize a window across all displays. This compliments Windows 7’sWindows + Uphotkey, which maximizes the selected window.AHK v1
AHK v2