Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonbiluta/maximizetonewworkspace-windows
This script partially repeats maximize window, as on macOS
https://github.com/antonbiluta/maximizetonewworkspace-windows
Last synced: 4 days ago
JSON representation
This script partially repeats maximize window, as on macOS
- Host: GitHub
- URL: https://github.com/antonbiluta/maximizetonewworkspace-windows
- Owner: antonbiluta
- License: mit
- Created: 2023-02-24T19:49:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T18:02:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T17:34:30.302Z (2 months ago)
- Language: AutoHotkey
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maximize to the new Workspace like MacOS
## Overview
This script implements the function of expanding the window in a new workspace, as it works on Mac OS## Annotation
When the window is maximized
1. A new desktop is created with the process name of the maximized window
2. The current window is transferred to the new desktop
3. You are automatically transferred to a new desktopWhen you restore the window
1. The name of the current window and the name of the desktop are checked
- If the names match:
1. The window returns to the main (first) working screen
2. You are automatically returned to the main (first) screen
3. The desktop is being deleted
- If the names don't match - nothing*In the future, it is planned to make a check in case the window is closed or minimized*
## Running
[Install AutoHotkey](https://autohotkey.com/download/) v2 and run `maximizeScript.ahk`## Running on boot
1. Press Win + R, enter `shell:startup`, then click OK
2. Create a shortcut to the `maximizeScript.ahk` file here## Credits
- Thanks to [Ciantic/VirtualDesktopAccessor](https://github.com/Ciantic/VirtualDesktopAccessor) (DLL)