43
13
Is there a Windows utility that keeps a record of the size and position of all active windows for later retrieval? For example, if I have my text editor and web browser open side-by-side, and then open Outlook full screen, I'd like a keyboard shortcut to quickly switch back to the editor/browser configuration. I'm thinking of something like Emacs's Winner Mode.
Does such a thing exist?
https://sourceforge.net/p/winsize2 is open-source – n611x007 – 2018-02-25T15:05:43.013
This is an AutoHotKey script worth mentioning: https://hackerspace.kinja.com/ahk-workspaces-window-management-autohotkey-script-1773712225 . This has an extra feature that executes the application if it's not open.
– Shnd – 2019-12-26T08:23:27.463