https://github.com/sanjeeviraju/autohotkey
Hotkeys that work while lazy me doesn't
https://github.com/sanjeeviraju/autohotkey
ahk-script ahk1
Last synced: 5 months ago
JSON representation
Hotkeys that work while lazy me doesn't
- Host: GitHub
- URL: https://github.com/sanjeeviraju/autohotkey
- Owner: sanjeeviraju
- License: bsd-3-clause
- Created: 2025-03-06T14:27:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T18:24:12.000Z (about 1 year ago)
- Last Synced: 2025-04-09T19:31:53.262Z (about 1 year ago)
- Topics: ahk-script, ahk1
- Language: AutoHotkey
- Homepage:
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal AutoHotkey Scripts Collection
This repository contains my personal collection of AutoHotkey scripts that I use to enhance productivity and automate repetitive tasks on Windows.
## Overview
AutoHotkey is a free, open-source scripting language for Windows that allows users to automate repetitive tasks, create hotkeys, and build macros.
## Installation
1. Download and install [AutoHotkey](https://www.autohotkey.com/)
2. Clone this repository:
```
git clone https://github.com/sanjeeviraju/AutoHotkeys
```
3. Double-click on any `Hotkeys.ahk` file to run it, or add the script 'Startup.ahk' to your Windows startup folder to run them automatically
## Usage
Each script contains documentation at the beginning explaining its purpose and any hotkeys or functionality it provides.
## Customization
Feel free to modify any script to suit your needs. Most scripts have configuration variables at the top that can be adjusted.
## Contributing
This is a personal repository, but suggestions and improvements are welcome. Feel free to fork the repository and submit pull requests.
## License
This project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details or visit [BSD 3-Clause License Information](https://opensource.org/licenses/BSD-3-Clause).
## Acknowledgments
- Thanks to the [AutoHotkey community](https://www.autohotkey.com/boards/) for their invaluable resources and support