https://github.com/refactorsaurusrex/autohotkeyrecipes
A collection of AutoHotkey scripts
https://github.com/refactorsaurusrex/autohotkeyrecipes
autohotkey automation windows
Last synced: about 1 year ago
JSON representation
A collection of AutoHotkey scripts
- Host: GitHub
- URL: https://github.com/refactorsaurusrex/autohotkeyrecipes
- Owner: refactorsaurusrex
- License: mit
- Created: 2019-01-26T22:44:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T19:12:25.000Z (over 7 years ago)
- Last Synced: 2025-01-30T12:28:06.558Z (over 1 year ago)
- Topics: autohotkey, automation, windows
- Language: AutoHotkey
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoHotkeyRecipes
My collection of AutoHotkey scripts.
# How To Use
## If you're running the installed version of AutoHotkey
1. Clone this repo
2. To run all scripts simultaneously, double click `RunAll.ahk`.
3. To run scripts individually, double click the ones you want to run.
## If you're running the portable version of AutoHotkey
> Meaning: you downloaded and extracted the zipped version of AutoHotkey.
1. Clone this repo
2. To run all scripts simultaneously, run:
```
\AutoHotkeyU64.exe \RunAll.ahk
```
3. To run scripts individually, run
```
\AutoHotkeyU64.exe \.ahk
```
# List Of All Recipes
## CloseExplorerWithCtrlW
Close Windows Explorer windows with `CTRL + W`, instead of `Alt + F4`.
## InsertDate
- Replaces `!today` and `!yesterday` with their respective date values in the format of `4/25/2019`.
- Replaces `@today` and `@yesterday` with their respective date values in the format of `Sunday April 25, 2019`.
## RunAll
As the name implies, this script simply runs all other scripts as one so you only have a single system tray icon rather than (potentially) many.