Skip to content

Instantly share code, notes, and snippets.

View Robert-K's full-sized avatar
🪳
Kafkaeskalation

Robert Kossessa Robert-K

🪳
Kafkaeskalation
View GitHub Profile
@Robert-K
Robert-K / MXVolume.ahk
Last active March 15, 2025 11:16
Map Horizontal Scroll to Windows Volume using AHK & Interception
#SingleInstance Force
#NoTrayIcon
Persistent
; You need to install the Interception driver & the AutoHotInterception library to use this script
; https://github.com/evilC/AutoHotInterception
#include <AutoHotInterception> ; Adjust the include if necessary
AHI := AutoHotInterception()
MX_HANDLE := "Find & copy your Mouse's handle here using the AHI Monitor Script"