This repository contains a collection of AutoHotkey scripts that I have created for various purposes. These scripts are designed to automate tasks, enhance productivity, and improve the overall user experience on Windows.
To use any of the scripts in this repository, follow these steps:
-
Install AutoHotkey from the official website: https://www.autohotkey.com/
-
Clone or download this repository to your local machine.
-
Double click the desired
.ahkfile to run the script. You can put a shortcut to the file in your startup folder if you want it to run automatically when you log in. -
If you want to make the file run on startup, you can create a shortcut to the
.ahkfile and place it in the Windows startup folder. You can access the startup folder by pressingWin + R, typingshell:startup, and pressing Enter. Copy (or cut) the shortcut to the.ahkfile and paste it into the startup folder. Done!
-
expand.ahk- A script that expands certain abbreviations into full text. For example, typing\lambdawill expand toλ. The backslash is very important!!!! -
copilot.ahk- Rebinds the Copilot key to Right Ctrl.
You may need to press enter after typing the abbreviation for it to expand. Usually, pressing space will be sufficient. It seems to not work in some text fields, such as the Firefox URL bar.
Feel free to add more scripts or improve existing ones. If you have any suggestions or want to contribute, please open an issue or submit a pull request. Make sure to include a clear description of the changes you have made and the purpose of the script.
More abbreviations are very appreciated.