Advanced Window Snap is a script for AutoHotKey that expands upon Windows built-in window-snapping hotkeys (which are Win + LEFT to snap an active window to the left half of a monitor and Win + RIGHT to snap a window to the right half of a monitor) by adding 14 additional snap methods and window sizing options.
- Install AutoHotKey
- Copy or Download the UltraWideAdvancedWindowSnap.ahk file to your computer and double click it to run it.
- (Optional) To have the program run when you start up your computer, place the .ahk file into your computer's startup folder.
- The Windows 7 Startup Folder can be accessed by mousing to Start > All Programs, then right-clicking on Startup and selecting "Open".
- The Windows 8 Startup Folder can be accessed by tapping Win + R on your keyboard, then in the Open: field, type
shell:startupthen press Enter. - In windows 10:
- The All Users Startup folder is found in the following path:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp - The Current User Startup folder is located here:
C:\Users\[User Name]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- The All Users Startup folder is found in the following path:
| Hotkey | Behavior |
|---|---|
| Win + Alt + UP | Window will snap to the top half of the screen. |
| Win + Alt + DOWN | Window will snap to the bottom half of the screen. |
| Ctrl + Win + Alt + UP | Window will snap to the top third of the screen. |
| Ctrl + Win + Alt + DOWN | Window will snap to the bottom third of the screen. |
| Ctrl + Win + Numpad 0 | Window will snap to the middle third of the screen. |
These will work only if you have NumLock turned ON. These are ideal for Landscape Monitors. They split the screen into 9 regions in the same orientation as the number pad.
| Hotkey | Behavior |
|---|---|
| Win + Alt + Numpad 1 | Window will snap to the bottom-left third of the screen |
| Win + Alt + Numpad 2 | Window will snap to the bottom-middle third of the screen |
| Win + Alt + Numpad 3 | Window will snap to the bottom-right third of the screen |
| Win + Alt + Numpad 4 | Window will snap to the middle-left third of the screen |
| Win + Alt + Numpad 5 | Window will snap to the middle-middle third of the screen |
| Win + Alt + Numpad 6 | Window will snap to the middle-right third of the screen |
| Win + Alt + Numpad 7 | Window will snap to the top-left third of the screen |
| Win + Alt + Numpad 8 | Window will snap to the top-middle third of the screen |
| Win + Alt + Numpad 9 | Window will snap to the top-right third of the screen |
These will work only if you have NumLock turned ON. These are ideal for Portrait Monitors.
| Hotkey | Behavior |
|---|---|
| Win + Numpad 0 | Window will stretch to the full length of the screen. |
| Alt + Numpad plus | Window increases height by third of the screen height. |
| Alt + Numpad minus | Window decreases height by third of the screen height. Or to minium. |
| Alt + Numpad times | Window increases width by third of the screen width. |
| Alt + Numpad divide | Window decrease to the bottom third of the screen. Or to minium. |
- v1.00, 06/2020
- Initial version