Skip to content

Diode-exe/autoHotkeyScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoHotkey Scripts

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.

Getting Started

To use any of the scripts in this repository, follow these steps:

  1. Install AutoHotkey from the official website: https://www.autohotkey.com/

  2. Clone or download this repository to your local machine.

  3. Double click the desired .ahk file 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.

  4. If you want to make the file run on startup, you can create a shortcut to the .ahk file and place it in the Windows startup folder. You can access the startup folder by pressing Win + R, typing shell:startup, and pressing Enter. Copy (or cut) the shortcut to the .ahk file and paste it into the startup folder. Done!

List of Scripts

  • expand.ahk - A script that expands certain abbreviations into full text. For example, typing \lambda will expand to λ. The backslash is very important!!!!

  • copilot.ahk - Rebinds the Copilot key to Right Ctrl.

Note

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.

Contributing

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.

About

Collection of scripts for AHK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors