All notable changes to this project will be documented in this file. Format based on Keep a Changelog. Versions follow Semantic Versioning.
0.1.0 - 2026-04-17
install.ps1one-liner installer that downloads scripts, installs AutoHotkey v2 via winget, applies a keyboard layout and sets up autostart.uninstall.ps1that reverses everything created byinstall.ps1.scripts/setup-keyboard-layout.ps1supporting US pure, US-International and ABNT2 Brazilian layouts.scripts/mac-shortcuts.ahkwith macOS-style shortcuts for cursor navigation, deletion, screenshots and tab switching.- RDP-only conditional activation (
#HotIf IsRdpSession()) so the script stays idle on console sessions. - Documentation: full shortcut reference, how-it-works architecture overview, troubleshooting guide.