This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Rectangle-style Window Manager for Windows | |
| ; AutoHotkey v2 Script | |
| ; | |
| ; Hotkeys (matching Rectangle defaults): | |
| ; Ctrl+Option+Arrow -> Move window to half of screen | |
| ; Ctrl+Option+Enter -> Maximize/Restore window | |
| ; Ctrl+Option+Cmd+Arrow -> Move window to next/prev monitor | |
| ; | |
| ; Windows equivalents used: | |
| ; Ctrl+Alt+Arrow -> Half screen (left/right/top/bottom) |