This repository contains my personal collection of AutoHotkey scripts that I use to enhance productivity and automate repetitive tasks on Windows.
AutoHotkey is a free, open-source scripting language for Windows that allows users to automate repetitive tasks, create hotkeys, and build macros.
- Download and install AutoHotkey
- Clone this repository:
git clone https://github.com/sanjeeviraju/AutoHotkeys - Double-click on any
Hotkeys.ahkfile to run it, or add the script 'Startup.ahk' to your Windows startup folder to run them automatically
Each script contains documentation at the beginning explaining its purpose and any hotkeys or functionality it provides.
Feel free to modify any script to suit your needs. Most scripts have configuration variables at the top that can be adjusted.
This is a personal repository, but suggestions and improvements are welcome. Feel free to fork the repository and submit pull requests.
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details or visit BSD 3-Clause License Information.
- Thanks to the AutoHotkey community for their invaluable resources and support