/AutoHotkey-Scripts

My AutoHotKey Scripts

Primary LanguageAutoHotkeyMIT LicenseMIT

AutoHotKey Scripts for Windows 11

This repository contains a collection of AutoHotKey scripts that extend usability in Windows 11.

Table of Contents

Installation

  1. Download and install AutoHotKey
  2. Clone or download this repository to your local machine

Usage

  1. Open any .ahk file using AutoHotKey to start running the script
  2. Each script provides a specific functionality which is described in detail in the file's comments
  3. You can modify the scripts to customize the behavior according to your preferences
  4. You can add new scripts to the repository by creating a pull request

Contributing

Contributions to this repository are welcome. If you would like to add a new script or improve an existing one, follow these steps:

  1. Fork this repository
  2. Create a new branch with your changes: git checkout -b my-new-branch
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-branch
  5. Create a new Pull Request

License

This repository is licensed under the MIT License. See the LICENSE file for details.