https://github.com/bert093/autohotkey
Simple AutoHotkey
https://github.com/bert093/autohotkey
autohotkey-v2
Last synced: 5 months ago
JSON representation
Simple AutoHotkey
- Host: GitHub
- URL: https://github.com/bert093/autohotkey
- Owner: bert093
- Created: 2025-05-21T13:11:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T14:16:05.000Z (about 1 year ago)
- Last Synced: 2025-06-24T15:43:05.433Z (12 months ago)
- Topics: autohotkey-v2
- Language: AutoHotkey
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoHotkey
## 🗒️ Note
AutoHotkey is designed exclusively for Windows.
## 🚀 Getting Started
Follow these instructions to set up and run the project locally.
## ⚙️ Prerequisites
Make sure you have the following installed on your system:
```
AutoHotkeys (2.0)
Git
```
## 📥 Installation
1. Clone the repository:
```
git clone https://github.com/bert093/MyAutoHotkey.git
```
2. Run autohotkeys:
```
volume.ahk (Run as administrator)
```
3. Use the keyboard shortcuts:
```
Ctrl + Alt + = -> 🔊 increase volume
Ctrl + Alt + - -> 🔉 Decrease volume
```
## 📁 Project Structure
```
MyAutoHotkey
├─ README.md
└─ volume.ahk
```