Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afkarxyz/window-helper
Window Helper is a simple software that centers the program, repositions it and resizes it from 480p, 720p, to 1080p with just a shortcut.
https://github.com/afkarxyz/window-helper
Last synced: about 2 months ago
JSON representation
Window Helper is a simple software that centers the program, repositions it and resizes it from 480p, 720p, to 1080p with just a shortcut.
- Host: GitHub
- URL: https://github.com/afkarxyz/window-helper
- Owner: afkarxyz
- Created: 2024-07-05T23:05:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T14:52:46.000Z (7 months ago)
- Last Synced: 2024-07-08T13:59:49.029Z (7 months ago)
- Language: AutoHotkey
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![GitHub All Releases](https://img.shields.io/github/downloads/afkarxyz/Window-Helper/total?style=for-the-badge)](https://github.com/afkarxyz/Window-Helper/releases)
# How to Automatically start Window Helper
### Setup Instructions:
1. Run `CreateTask.bat` to register the scheduled task for running **Window Helper.exe** automatically at Windows startup.
- Ensure that all files are in the same folder.
- The batch script will prompt for administrator privileges if not running with elevated permissions.
2. To remove the scheduled task, run the `DeleteTask.bat` file.### Requirements:
The **Window Helper.exe** file should be located in the same directory as these scripts for the automation to work correctly.# Resolution, Aspect Ratio, and Window Position Shortcuts
| Shortcut | Resolution | Aspect Ratio | Mode |
|----------|------------|----------------|-------------------|
| Win + 1 | 480p | 1:1 | |
| Win + 2 | 480p | 16:9 | |
| Win + 3 | 480p | 21:9 | |
| Win + 4 | 720p | 1:1 | |
| Win + 5 | 720p | 16:9 | |
| Win + 6 | 720p | 21:9 | |
| Win + 7 | 1080p | 1:1 | |
| Win + 8 | 1080p | 16:9 | |
| Win + 9 | 1080p | 21:9 | |
| Win + 0 | | | Windowed/Fullscreen |### Preview
![EVAmuI9M9o](https://github.com/afkarxyz/Window-Helper/assets/173781715/b78090ab-d4dd-4497-9cb0-5ee10aa1608d)
## Window Position
### Arrow Key Shortcuts
| Shortcut | Position |
|-------------|----------|
| Win + ⬆️ | Top |
| Win + ⬇️ | Down |
| Win + ⬅️ | Left |
| Win + ➡️ | Right |
| Win + C | Center |
### Preview![adja6qt7CW](https://github.com/afkarxyz/Window-Helper/assets/173781715/e2869fda-e20a-47e1-a3c7-41ab431590af)
### Numpad Shortcuts
| Shortcut | Position |
|-----------------|-----------------|
| Win + Numpad 7 | Top Left (↖️) |
| Win + Numpad 8 | Top (⬆️) |
| Win + Numpad 9 | Top Right (↗️) |
| Win + Numpad 4 | Left (⬅️) |
| Win + Numpad 5 | Center |
| Win + Numpad 6 | Right (➡️) |
| Win + Numpad 1 | Bottom Left (↙️)|
| Win + Numpad 2 | Bottom (⬇️) |
| Win + Numpad 3 | Bottom Right (↘️)|### Preview
![XfhvKbuSc5](https://github.com/afkarxyz/Window-Helper/assets/173781715/569bc336-97be-4c27-80d1-67e451e1ee8a)