This repository contains a collection of AutoHotKey scripts that extend usability in Windows 11.
- Download and install AutoHotKey
- Clone or download this repository to your local machine
- Open any
.ahkfile using AutoHotKey to start running the script - Each script provides a specific functionality which is described in detail in the file's comments
- You can modify the scripts to customize the behavior according to your preferences
- You can add new scripts to the repository by creating a pull request
Contributions to this repository are welcome. If you would like to add a new script or improve an existing one, follow these steps:
- Fork this repository
- Create a new branch with your changes:
git checkout -b my-new-branch - Make your changes and commit them:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-branch - Create a new Pull Request
This repository is licensed under the MIT License. See the LICENSE file for details.