I need to compare two chrome windows pages, having the same size, in landscape (top/bottom !not the portrait left/right) format. So I need to show them stacked and take the max of the screen's space.
Unfortunately the Window's function "show windows stacked" does not stake them on the full screen, but it takes only 2/3 of the screen's height.... something like this:
Is there another way to split the screen in two?
34 Answers
Natively, it seems, you can't.
You can work around this using the left/right/up/down snapping capabilities plus a final use of your mouse.
- Open your two windows
- Bring focus to one of your windows
- Press Win + Up Arrow to maximize the window
- Press Win + Right Arrow to snap the window to the right half of the screen
- Press Win + Down Arrow to snap the window to the bottom right quarter of the screen
- Repeat 1 - 5 with your second window. Note: on step 5 press Win + Up Arrow to position the window to the top right quarter of the screen
- Use your mouse to extend both windows so that they extend the width of your screen. Note: I have noticed that, even with multiple screens, Windows 10, whilst extending a window horizontally, will snap the window to the full width of the screen. If you need to extend past the screen (with multipe monitors, for example) then you can continue moving your mouse and it will un-snap and continue extending.
Windows has never had this function, for some unknown reason. Snap to right, left, or quadrant exists, but the logical hotkey for snap-to-top does rather maximize the window.
So you need a third-party tool for it, and here is a little list :
For some of them you may need to specify the hotkey you would like to use, but don't overstep on the ones used by Windows.
There are also various AutoHotKey scripts running around for this purposes, which you may search for if none of the above is satisfactory.
7How I like to do that with Windows Snap (backup link):
- Drag Window/app to corner of screen (mouse pointer has to hit it). This changes app to take up a quarter of the screen
- Resize the Window on its left or right side so it takes up the whole horizontal space. So the app should now be horizontally half of the screen (on top or bottom)
- Repeat steps with second app & opposite corner
Likely a repeat of @Kinnectus answer, I skimmed it. His seemed to be focused on keyboard shortcuts, consider my answer a simply mouse-only method
Please read this link.
It work for me. Best regrads Thammarat Thongloi.
1