An open API service indexing awesome lists of open source software.

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

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