https://github.com/malted/welcome-macro
An AutoHotKey script to write and send different custom messages depending on how many times a key is pressed in quick succession.
https://github.com/malted/welcome-macro
Last synced: 4 months ago
JSON representation
An AutoHotKey script to write and send different custom messages depending on how many times a key is pressed in quick succession.
- Host: GitHub
- URL: https://github.com/malted/welcome-macro
- Owner: malted
- License: mit
- Created: 2021-05-05T20:47:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T11:14:33.000Z (about 5 years ago)
- Last Synced: 2025-03-06T12:46:48.720Z (over 1 year ago)
- Language: AutoHotkey
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome Macro
## Description:
### A script to write and send different custom messages depending on how many times a key is pressed in quick succession.

#### In this case, the key in question is right control.
#### The text after the `send` commands should contain the text you want to send when you press right control the respective number of times.
#### If you want to add more actions for more than 3 presses, it is easy to do so with minimal script modification.
#### There is also a check to make sure Discord is the active window. Note the title of the Discord window changes based on what channel you are currently in.
#### If the title of the window is not identical to `window_name` in the code, then nothing will happen, and right control key functions as normal.
Included in [releases](https://github.com/Malted-Wheaties/welcome-macro/releases) are pre-compiled binaries for the script as it is included in this repository. If you want to modify the script (which you probably will), you will need to download AutoHotKey and compile the modified script yourself.
---
### TODO
#### In the future I might add a GUI for users to change the messages and control key on the fly.