Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.04 KB

File metadata and controls

20 lines (15 loc) · 1.04 KB

Changelog

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

Added

  • install.ps1 one-liner installer that downloads scripts, installs AutoHotkey v2 via winget, applies a keyboard layout and sets up autostart.
  • uninstall.ps1 that reverses everything created by install.ps1.
  • scripts/setup-keyboard-layout.ps1 supporting US pure, US-International and ABNT2 Brazilian layouts.
  • scripts/mac-shortcuts.ahk with 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.