I love working with multi-monitor systems (see “Go, multiply and detach: Multiple Screens with Eclipse“), as this extends my working area. So I decided a while back to install a multi-monitor system on my home desktop too, as this is such a productivity boost.
But with moving the laptop machine between the display configurations, it happens that an application opens ‘off-screen’, and there is no way to ‘grab’ it with the mouse 😦
Most Windows applications check on startup if the screen coordinates are valid and open on one of the attached monitors. But some applications seem not to check this, so they open somewhere off-screen.
In that case the following tricks can help:
- Use <ALT>-<TAB> to cycle throught the application, or select it in the toolbar
- Press <ALT>-<SPACE> to open the move menu
- Use ‘M’ to move it
Another way:
- Use <ALT>-<TAB> to cycle through the applications
- Press <ALT> and then <Cursor-Left> until the move menu shows up
- Press <Enter> and then use the cursor key to move the window back to the visible area
The above trick does not work for some applications, including the Segger Systemview which I’m using a lot. Here another trick helps:
- Locate the application in the Windows task bar
- Press <SHIFT> and then click on it with the right mouse button pressed
- On the menu which appears use the Move menu to move the application back on the screen
Another way is:
- Use <CTRL>+<TAB> to select the application
- Then use <WINDOWS>+<Cursor-Left> several times until the application shows up
This worked for me on Windows 10 64bit 🙂
Happy Moving 🙂
You should be able to move the hidden window using the “win” button and one of the arrow buttons too
LikeLike
Great tip, I did not know that it would work that way too. I have added that to the list now 🙂
LikeLike
Just one thing: that trick seems to work for some applications, but for some reason not for the Segger one (I just had the issue with the Segger RTT Viewer: I was not able to move it with the Windows key). But I was able to move it with the Shift-plus-right-click trick.
LikeLike
I’ve always used, ALT+Space, then M, then use the arrow keys at least once, then the mouse will move the hidden window.
LikeLike
That’s a good one too! I did not know about the ALT+Space trick!
LikeLike